mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 18:21:24 +02:00
arm64: dts: qcom: ipq5424: Fix USB simple_bus_reg warnings
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: 113d52bdc8 ("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>
This commit is contained in:
parent
46eccc1034
commit
864fde494a
|
|
@ -639,7 +639,7 @@ qusb_phy_1: phy@71000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
usb2: usb2@1e00000 {
|
||||
usb2: usb2@1ef8800 {
|
||||
compatible = "qcom,ipq5424-dwc3", "qcom,dwc3";
|
||||
reg = <0 0x01ef8800 0 0x400>;
|
||||
#address-cells = <2>;
|
||||
|
|
@ -730,7 +730,7 @@ ssphy_0: phy@7d000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
usb3: usb3@8a00000 {
|
||||
usb3: usb3@8af8800 {
|
||||
compatible = "qcom,ipq5424-dwc3", "qcom,dwc3";
|
||||
reg = <0 0x08af8800 0 0x400>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user