mirror of
https://github.com/torvalds/linux.git
synced 2026-07-28 10:09:10 +02:00
arm64: dts: qcom: sc8180x: Fix phy simple_bus_reg warning
Correct the unit address of phy node in Qualcomm SC8180x SoC DTSI to fix
W=1 DTC warning:
sc8180x.dtsi:2650.31-2695.5: Warning (simple_bus_reg): /soc@0/phy@88ee000: simple-bus unit address format error, expected "88ed000"
Fixes: 35e3a9c1af ("arm64: dts: qcom: sc8180x: switch USB+DP QMP PHYs to new bindings")
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-4-1f2c7b74a93f@oss.qualcomm.com
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
This commit is contained in:
parent
864fde494a
commit
f319a5fc99
|
|
@ -2647,7 +2647,7 @@ usb_mp_qmpphy1: phy@88ec000 {
|
|||
status = "disabled";
|
||||
};
|
||||
|
||||
usb_sec_qmpphy: phy@88ee000 {
|
||||
usb_sec_qmpphy: phy@88ed000 {
|
||||
compatible = "qcom,sc8180x-qmp-usb3-dp-phy";
|
||||
reg = <0 0x088ed000 0 0x3000>;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user