diff options
author | Loic Devulder | 2018-07-10 10:01:07 +0200 |
---|---|---|
committer | Tom Rini | 2018-07-20 15:55:09 -0400 |
commit | 77dd09211b3b31e64b13f3ec8d024f0b8196d743 (patch) | |
tree | ea4cb3581d12acfc2a03ee495ba7a06a15901c05 /arch/arm/dts | |
parent | b7a7c4113c231e73a1719204cefe8d82d0047e96 (diff) |
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 <ldevulder@suse.de>
Diffstat (limited to 'arch/arm/dts')
-rw-r--r-- | arch/arm/dts/meson-gxl-s905x-p212.dtsi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/dts/meson-gxl-s905x-p212.dtsi b/arch/arm/dts/meson-gxl-s905x-p212.dtsi index 0cfd701809d..3bd405079bc 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>; +}; |