arm64: dts: qcom: msm8994: correct SPMI unit address
[ Upstream commit 24f0f6a8059c7108d4ee3476c95db1e7ff4feb79 ]
Match unit-address to reg entry to fix dtbs W=1 warnings:
Warning (simple_bus_reg): /soc/spmi@fc4c0000: simple-bus unit address format error, expected "fc4cf000"
Fixes: b0ad598f8e
("arm64: dts: qcom: msm8994: Add SPMI PMIC arbiter device")
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230419211856.79332-8-krzysztof.kozlowski@linaro.org
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:

committed by
Greg Kroah-Hartman

parent
160ac75a5a
commit
6d103b1cc1
@@ -489,7 +489,7 @@
|
|||||||
reg = <0xfc4ab000 0x4>;
|
reg = <0xfc4ab000 0x4>;
|
||||||
};
|
};
|
||||||
|
|
||||||
spmi_bus: spmi@fc4c0000 {
|
spmi_bus: spmi@fc4cf000 {
|
||||||
compatible = "qcom,spmi-pmic-arb";
|
compatible = "qcom,spmi-pmic-arb";
|
||||||
reg = <0xfc4cf000 0x1000>,
|
reg = <0xfc4cf000 0x1000>,
|
||||||
<0xfc4cb000 0x1000>,
|
<0xfc4cb000 0x1000>,
|
||||||
|
Reference in New Issue
Block a user