linux-amlogic.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
From: ldevulder@suse.de (Loic Devulder)
To: linus-amlogic@lists.infradead.org
Subject: [PATCH v4 1/2] ARM64: meson: Sync DT with Linux 4.17.5
Date: Tue, 10 Jul 2018 10:01:07 +0200	[thread overview]
Message-ID: <20180710080108.9976-2-ldevulder@suse.de> (raw)
In-Reply-To: <20180710080108.9976-1-ldevulder@suse.de>

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(+)

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

  reply	other threads:[~2018-07-10  8:01 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-07-10  8:01 [PATCH v4 0/2] Fix USB and enable ADC on Khadas VIM Loic Devulder
2018-07-10  8:01 ` Loic Devulder [this message]
2018-07-20 22:36   ` [U-Boot,v4,1/2] ARM64: meson: Sync DT with Linux 4.17.5 Tom Rini
2018-07-10  8:01 ` [PATCH v4 2/2] configs: Update Meson GX configs Loic Devulder
2018-07-20 22:36   ` [U-Boot,v4,2/2] " Tom Rini

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20180710080108.9976-2-ldevulder@suse.de \
    --to=ldevulder@suse.de \
    --cc=linus-amlogic@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).