From: Loic Devulder Date: Tue, 10 Jul 2018 08:01:07 +0000 (+0200) Subject: ARM64: meson: Sync DT with Linux 4.17.5 X-Git-Tag: baikal/mips/sdk5.9~1906 X-Git-Url: https://git.baikalelectronics.ru/sdk/?a=commitdiff_plain;h=e1969c52c5ba1f057b3361421b4a17a1160932c5;p=uboot.git ARM64: meson: Sync DT with Linux 4.17.5 Synchronize the Linux Device Tree for Amlogic Meson GX boards from Linux 4.17.5 (Linux commit 54fb3c180d05e9dfda892a93413514e99f0cbb19). This will enable HDMI_5V for USB Amlogic Meson GXL P212 based boards. Signed-off-by: Loic Devulder --- diff --git a/arch/arm/dts/meson-gxl-s905x-p212.dtsi b/arch/arm/dts/meson-gxl-s905x-p212.dtsi index 0cfd701809..3bd405079b 100644 --- a/arch/arm/dts/meson-gxl-s905x-p212.dtsi +++ b/arch/arm/dts/meson-gxl-s905x-p212.dtsi @@ -189,3 +189,10 @@ &usb0 { status = "okay"; }; + +&usb2_phy0 { + /* + * HDMI_5V is also used as supply for the USB VBUS. + */ + phy-supply = <&hdmi_5v>; +};