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

  glymur.dtsi:4027.23-4093.5: Warning (simple_bus_reg): /soc@0/usb@a2f8800: simple-bus unit address format error, expected "a200000"

Fixes: 4eee57dd4df9 ("arm64: dts: qcom: glymur: Add USB related nodes")
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-1-1f2c7b74a93f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/glymur.dtsi

index f23cf81ddb77a4138deeb4e00dd8b316930a2feb..3389103408b610deee9ca4227c1b1f4f9a1469f2 100644 (file)
                        };
                };
 
-               usb_hs: usb@a2f8800 {
+               usb_hs: usb@a200000 {
                        compatible = "qcom,glymur-dwc3", "qcom,snps-dwc3";
                        reg = <0x0 0x0a200000 0x0 0xfc100>;