]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: sc8180x: Fix phy simple_bus_reg warning
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Sun, 5 Apr 2026 13:39:31 +0000 (15:39 +0200)
committerBjorn Andersson <andersson@kernel.org>
Mon, 27 Apr 2026 19:32:35 +0000 (14:32 -0500)
Correct the unit address of phy node in Qualcomm SC8180x SoC DTSI to fix
W=1 DTC warning:

  sc8180x.dtsi:2650.31-2695.5: Warning (simple_bus_reg): /soc@0/phy@88ee000: simple-bus unit address format error, expected "88ed000"

Fixes: 35e3a9c1afce ("arm64: dts: qcom: sc8180x: switch USB+DP QMP PHYs to new bindings")
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Link: https://lore.kernel.org/r/20260405-dts-qcom-w-1-fixes-v2-4-1f2c7b74a93f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sc8180x.dtsi

index f45deb188c6c097934aa4e7f3bfb1b93d09b2d52..e87e82fa73e9c3d4ede5faa487a478e2de74baf6 100644 (file)
                        status = "disabled";
                };
 
-               usb_sec_qmpphy: phy@88ee000 {
+               usb_sec_qmpphy: phy@88ed000 {
                        compatible = "qcom,sc8180x-qmp-usb3-dp-phy";
                        reg = <0 0x088ed000 0 0x3000>;