Commit 950a4fe6 authored by Krzysztof Kozlowski's avatar Krzysztof Kozlowski Committed by Bjorn Andersson

arm64: dts: qcom: sm8550: correct pinctrl unit address

Match unit-address to reg entry to fix dtbs W=1 warnings:

  Warning (simple_bus_reg): /soc@0/pinctrl@f000000: simple-bus unit address format error, expected "f100000"

Fixes: ffc50b2d ("arm64: dts: qcom: Add base SM8550 dtsi")
Signed-off-by: default avatarKrzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: default avatarBjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230419211856.79332-17-krzysztof.kozlowski@linaro.org
parent 3cbf49ef
...@@ -2887,7 +2887,7 @@ spmi_bus: spmi@c400000 { ...@@ -2887,7 +2887,7 @@ spmi_bus: spmi@c400000 {
#interrupt-cells = <4>; #interrupt-cells = <4>;
}; };
tlmm: pinctrl@f000000 { tlmm: pinctrl@f100000 {
compatible = "qcom,sm8550-tlmm"; compatible = "qcom,sm8550-tlmm";
reg = <0 0x0f100000 0 0x300000>; reg = <0 0x0f100000 0 0x300000>;
interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>; interrupts = <GIC_SPI 208 IRQ_TYPE_LEVEL_HIGH>;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment