Fix up the DP PHY node which had the wrong unit address. Signed-off-by: Johan Hovold <johan+linaro@xxxxxxxxxx> --- arch/arm64/boot/dts/qcom/sc8280xp.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>, -- 2.35.1