From patchwork Tue Jul 10 08:01:07 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Devulder X-Patchwork-Id: 10516291 Return-Path: Received: from mail.wl.linuxfoundation.org (pdx-wl-mail.web.codeaurora.org [172.30.200.125]) by pdx-korg-patchwork.web.codeaurora.org (Postfix) with ESMTP id E82AF6020F for ; Tue, 10 Jul 2018 08:01:29 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id DC6C928514 for ; Tue, 10 Jul 2018 08:01:29 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id D0C8228C60; Tue, 10 Jul 2018 08:01:29 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on pdx-wl-mail.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-2.9 required=2.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,MAILING_LIST_MULTI autolearn=ham version=3.3.1 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.wl.linuxfoundation.org (Postfix) with ESMTPS id 9048D28514 for ; Tue, 10 Jul 2018 08:01:29 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20170209; h=Sender: Content-Transfer-Encoding:Content-Type:MIME-Version:Cc:List-Subscribe: List-Help:List-Post:List-Archive:List-Unsubscribe:List-Id:References: In-Reply-To:Message-Id:Date:Subject:To:From:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Owner; bh=v0YfV+pXN1kWeqMa4KyqZndvVcJ2rllncH0sTt1t/lw=; b=g9iQdHws67Q6GE+yl4q1knlhwQ rco/dlmjqV+qQeqY7sMNmkRsd5KZVT8KJ/QlvZzCe4DPtA1I9bs0QGt2Z3fPeBIf9JULp2hR5X64t Ft0IC16Cb9T+4D0LKK4nZ4KjHQ1BLJtiQtQfKcLfc1Qi7svSAUSOouyzfQf/qisVgaZMeI6lmBYW9 mwr2VrUeLs9LJ+ljaNtSHUfBzi0mtWLqlgrryoUtwe7ow8hyvSKICCBDH3A6R8RLPW6PKqoj+C16V K8dYHBfBvzQ64EYEkN6Z2UoYOZw/cenC0lBsbDUXzKRvOsZadRU+ClGqm0Yh3fs1KxBpjq2JBkAiU UBSXLCFQ==; Received: from localhost ([127.0.0.1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.90_1 #2 (Red Hat Linux)) id 1fcnaS-0007sV-HY; Tue, 10 Jul 2018 08:01:28 +0000 Received: from mx2.suse.de ([195.135.220.15] helo=mx1.suse.de) by bombadil.infradead.org with esmtps (Exim 4.90_1 #2 (Red Hat Linux)) id 1fcnaP-0007qY-1F for linux-amlogic@lists.infradead.org; Tue, 10 Jul 2018 08:01:26 +0000 X-Virus-Scanned: by amavisd-new at test-mx.suse.de Received: from relay2.suse.de (unknown [195.135.220.254]) by mx1.suse.de (Postfix) with ESMTP id 5632CAEB4; Tue, 10 Jul 2018 08:01:15 +0000 (UTC) From: Loic Devulder To: u-boot@lists.denx.de Subject: [PATCH v4 1/2] ARM64: meson: Sync DT with Linux 4.17.5 Date: Tue, 10 Jul 2018 10:01:07 +0200 Message-Id: <20180710080108.9976-2-ldevulder@suse.de> X-Mailer: git-send-email 2.13.7 In-Reply-To: <20180710080108.9976-1-ldevulder@suse.de> References: <20180710080108.9976-1-ldevulder@suse.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180710_010125_237985_BA46106C X-CRM114-Status: UNSURE ( 7.89 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-amlogic@lists.infradead.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Loic Devulder , linux-amlogic@lists.infradead.org, sjg@chromium.org, trini@konsulko.com, narmstrong@baylibre.com MIME-Version: 1.0 Sender: "linux-amlogic" Errors-To: linux-amlogic-bounces+patchwork-linux-amlogic=patchwork.kernel.org@lists.infradead.org X-Virus-Scanned: ClamAV using ClamSMTP 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 --- 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>; +};