ARM64: meson: Sync DT with Linux 4.17.5
authorLoic Devulder <ldevulder@suse.de>
Tue, 10 Jul 2018 08:01:07 +0000 (10:01 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 20 Jul 2018 19:55:09 +0000 (15:55 -0400)
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 <ldevulder@suse.de>
arch/arm/dts/meson-gxl-s905x-p212.dtsi

index 0cfd701..3bd4050 100644 (file)
 &usb0 {
        status = "okay";
 };
+
+&usb2_phy0 {
+        /*
+         * HDMI_5V is also used as supply for the USB VBUS.
+         */
+        phy-supply = <&hdmi_5v>;
+};