Message ID | 20220708072556.4687-1-johan+linaro@kernel.org |
---|---|
State | Accepted |
Commit | abf61f7e66c15e00f40ca7e10367f4149639bc57 |
Headers | show |
Series | arm64: dts: qcom: sc8280xp: fix DP PHY node unit addresses | expand |
diff --git a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi index 9de6dedb102f..3542bcc34080 100644 --- a/arch/arm64/boot/dts/qcom/sc8280xp.dtsi +++ b/arch/arm64/boot/dts/qcom/sc8280xp.dtsi @@ -1252,7 +1252,7 @@ usb_1_ssphy: usb3-phy@8903400 { clock-output-names = "usb1_phy_pipe_clk_src"; }; - usb_1_dpphy: dp-phy@88ed200 { + usb_1_dpphy: dp-phy@8904200 { reg = <0 0x08904200 0 0x200>, <0 0x08904400 0 0x200>, <0 0x08904a00 0 0x200>,
Fix up the DP PHY node which had the wrong unit address. Signed-off-by: Johan Hovold <johan+linaro@kernel.org> --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)