]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
arm64: dts: qcom: sm8450: Fix address for usb controller node
authorKrishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Wed, 13 Aug 2025 16:09:14 +0000 (21:39 +0530)
committerBjorn Andersson <andersson@kernel.org>
Mon, 1 Sep 2025 18:03:33 +0000 (13:03 -0500)
Correct the address in usb controller node to fix the following warning:

Warning (simple_bus_reg): /soc@0/usb@a6f8800: simple-bus unit address
format error, expected "a600000"

Fixes: c5a87e3a6b3e ("arm64: dts: qcom: sm8450: Flatten usb controller node")
Cc: stable@vger.kernel.org
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202508121834.953Mvah2-lkp@intel.com/
Signed-off-by: Krishna Kurapati <krishna.kurapati@oss.qualcomm.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Reviewed-by: Neil Armstrong <neil.armstrong@linaro.org>
Link: https://lore.kernel.org/r/20250813160914.2258033-1-krishna.kurapati@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
arch/arm64/boot/dts/qcom/sm8450.dtsi

index dc539318662db8f53ab32d77eacf11281dd39f12..9ebf2b8700d2b521273b1b2cf882168477cc8a95 100644 (file)
                        };
                };
 
-               usb_1: usb@a6f8800 {
+               usb_1: usb@a600000 {
                        compatible = "qcom,sm8450-dwc3", "qcom,snps-dwc3";
                        reg = <0 0x0a600000 0 0xfc100>;
                        status = "disabled";