diff mbox

[v4,1/2] ARM64: meson: Sync DT with Linux 4.17.5

Message ID 20180710080108.9976-2-ldevulder@suse.de (mailing list archive)
State Not Applicable
Headers show

Commit Message

Loic Devulder July 10, 2018, 8:01 a.m. UTC
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 | 7 +++++++
 1 file changed, 7 insertions(+)

Comments

Tom Rini July 20, 2018, 10:36 p.m. UTC | #1
On Tue, Jul 10, 2018 at 10:01:07AM +0200, Loic Devulder wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox

Patch

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>;
+};