All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/4] arm64: dts: qcom: sc7180: correct SPMI bus address cells
@ 2022-12-12 13:32 Krzysztof Kozlowski
  2022-12-12 13:33 ` [PATCH 2/4] arm64: dts: qcom: sc7280: " Krzysztof Kozlowski
                   ` (4 more replies)
  0 siblings, 5 replies; 16+ messages in thread
From: Krzysztof Kozlowski @ 2022-12-12 13:32 UTC (permalink / raw)
  To: Andy Gross, Bjorn Andersson, Konrad Dybcio, Rob Herring,
	Krzysztof Kozlowski, Kiran Gunda, Rajendra Nayak, Stephen Boyd
  Cc: Krzysztof Kozlowski, linux-arm-msm, devicetree, linux-kernel

The SPMI bus uses two address cells and zero size cells (secoond 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>
---
 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] 16+ messages in thread

end of thread, other threads:[~2022-12-13  8:12 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-12-12 13:32 [PATCH 1/4] arm64: dts: qcom: sc7180: correct SPMI bus address cells Krzysztof Kozlowski
2022-12-12 13:33 ` [PATCH 2/4] arm64: dts: qcom: sc7280: " Krzysztof Kozlowski
2022-12-12 13:35   ` Konrad Dybcio
2022-12-12 19:06   ` Stephen Boyd
2022-12-12 13:33 ` [PATCH 3/4] arm64: dts: qcom: sc8280xp: " Krzysztof Kozlowski
2022-12-12 13:36   ` Konrad Dybcio
2022-12-12 19:07   ` Stephen Boyd
2022-12-13  8:12   ` Johan Hovold
2022-12-12 13:33 ` [PATCH 4/4] arm64: dts: qcom: rename AOSS QMP node to pmu Krzysztof Kozlowski
2022-12-12 13:38   ` Konrad Dybcio
2022-12-12 13:46     ` Krzysztof Kozlowski
2022-12-12 19:08   ` Stephen Boyd
2022-12-13  7:54     ` Krzysztof Kozlowski
2022-12-12 13:35 ` [PATCH 1/4] arm64: dts: qcom: sc7180: correct SPMI bus address cells Konrad Dybcio
2022-12-12 13:44   ` Krzysztof Kozlowski
2022-12-12 19:06 ` Stephen Boyd

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.