mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-30 20:30:26 -04:00
arm64: dts: qcom: glymur: Fix USB simple_bus_reg warning
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: 4eee57dd4d ("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>
This commit is contained in:
committed by
Bjorn Andersson
parent
2552d5f2e5
commit
cd66b6d256
@@ -4024,7 +4024,7 @@ usb_2_dwc3_ss: endpoint {
|
||||
};
|
||||
};
|
||||
|
||||
usb_hs: usb@a2f8800 {
|
||||
usb_hs: usb@a200000 {
|
||||
compatible = "qcom,glymur-dwc3", "qcom,snps-dwc3";
|
||||
reg = <0x0 0x0a200000 0x0 0xfc100>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user