]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: qcom: ipq5424: Fix USB simple_bus_reg warnings
authorKrzysztof Kozlowski <krzysztof.kozlowski@oss.qualcomm.com>
Sun, 5 Apr 2026 13:39:30 +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 USB nodes in Qualcomm IPQ5424 SoC DTSI to
fix W=1 DTC warnings:

  ipq5424.dtsi:642.22-693.5: Warning (simple_bus_reg): /soc@0/usb2@1e00000: simple-bus unit address format error, expected "1ef8800"
  ipq5424.dtsi:733.22-786.5: Warning (simple_bus_reg): /soc@0/usb3@8a00000: simple-bus unit address format error, expected "8af8800"

Fixes: 113d52bdc820 ("arm64: dts: qcom: ipq5424: Add USB controller and phy 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-3-1f2c7b74a93f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/ipq5424.dtsi

index f20cda429094971dff47495be1dd2ab9157a8ef3..876bf6a8b8ff0c561199e0e28d9b5699e6cb77c2 100644 (file)
                        status = "disabled";
                };
 
-               usb2: usb2@1e00000 {
+               usb2: usb2@1ef8800 {
                        compatible = "qcom,ipq5424-dwc3", "qcom,dwc3";
                        reg = <0 0x01ef8800 0 0x400>;
                        #address-cells = <2>;
                        status = "disabled";
                };
 
-               usb3: usb3@8a00000 {
+               usb3: usb3@8af8800 {
                        compatible = "qcom,ipq5424-dwc3", "qcom,dwc3";
                        reg = <0 0x08af8800 0 0x400>;