Linux ARM-MSM sub-architecture
 help / color / mirror / Atom feed
* [PATCH v2 1/4] arm64: dts: qcom: sc7180: correct SPMI bus address cells
@ 2022-12-13 10:19 Krzysztof Kozlowski
  2022-12-13 10:19 ` [PATCH v2 2/4] arm64: dts: qcom: sc7280: " Krzysztof Kozlowski
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-13 10:19 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Stephen Boyd, Rajendra Nayak, Kiran Gunda
  Cc: Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel

The SPMI bus uses two address cells and zero size cells (second reg
entry - SPMI_USID - is not the size):

  spmi@c440000: #address-cells:0:0: 2 was expected

Fixes: 0f9dc5f09fbd ("arm64: dts: qcom: sc7180: Add SPMI PMIC arbiter device")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>

---

Changes since v1:
1. secoond->second
2. Add tags
---
 arch/arm64/boot/dts/qcom/sc7180.dtsi | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/arch/arm64/boot/dts/qcom/sc7180.dtsi b/arch/arm64/boot/dts/qcom/sc7180.dtsi
index eb1e1ea12ff6..906fb9343bcc 100644
--- a/arch/arm64/boot/dts/qcom/sc7180.dtsi
+++ b/arch/arm64/boot/dts/qcom/sc7180.dtsi
@@ -3274,8 +3274,8 @@ spmi_bus: spmi@c440000 {
 			interrupts-extended = <&pdc 1 IRQ_TYPE_LEVEL_HIGH>;
 			qcom,ee = <0>;
 			qcom,channel = <0>;
-			#address-cells = <1>;
-			#size-cells = <1>;
+			#address-cells = <2>;
+			#size-cells = <0>;
 			interrupt-controller;
 			#interrupt-cells = <4>;
 			cell-index = <0>;
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2023-01-11  5:19 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-12-13 10:19 [PATCH v2 1/4] arm64: dts: qcom: sc7180: correct SPMI bus address cells Krzysztof Kozlowski
2022-12-13 10:19 ` [PATCH v2 2/4] arm64: dts: qcom: sc7280: " Krzysztof Kozlowski
2022-12-13 10:19 ` [PATCH v2 3/4] arm64: dts: qcom: sc8280xp: " Krzysztof Kozlowski
2022-12-13 10:19 ` [PATCH v2 4/4] arm64: dts: qcom: rename AOSS QMP nodes Krzysztof Kozlowski
2022-12-13 10:20   ` Konrad Dybcio
2023-01-11  5:09 ` (subset) [PATCH v2 1/4] arm64: dts: qcom: sc7180: correct SPMI bus address cells Bjorn Andersson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox