From patchwork Mon Jul 9 14:45:52 2018 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Loic Devulder X-Patchwork-Id: 10514801 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 0A829603D7 for ; Mon, 9 Jul 2018 14:46:17 +0000 (UTC) Received: from mail.wl.linuxfoundation.org (localhost [127.0.0.1]) by mail.wl.linuxfoundation.org (Postfix) with ESMTP id ECD041FFEB for ; Mon, 9 Jul 2018 14:46:16 +0000 (UTC) Received: by mail.wl.linuxfoundation.org (Postfix, from userid 486) id DB9DE28AB3; Mon, 9 Jul 2018 14:46:16 +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 977B21FFEB for ; Mon, 9 Jul 2018 14:46:16 +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=BlAXzSVKXZnPyb9fpLTafj1vce+fRmsn88fb/reZm/U=; b=FwF134pU3oNegcOU0OMo/mTJeB igrQ4ZxQRT7W+Ifaschy91bfqveuaSDfEToN+1GcXz2DNM0FiB/j3DJfQOkFeeObfrMoGWnS6bWmg jU2m/8Qt/GPHbjVIJJf/jeGs1/g0BT8aOtqbpchpdnMnDp+fyez0ehZc/0i7RQvDbPkNnvJ0Gmpgo acIuAdZ9TQHGWsJ9/MIXVrQ1DW7kYfU1SYDxCu3kf3Ta8TzOGWphcCF2oXrEODTw/5ow35StjRd5T oMJSUNT5n5wpAKCAgYyK44Oeuh/H6GZaqcIDA2mpt3XjkLw3KdArFGBSH37Y+LjnjTODbcCc7YWyq v1PanP0A==; 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 1fcXQd-0005Lq-UF; Mon, 09 Jul 2018 14:46:15 +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 1fcXQa-0005K6-Hb for linux-amlogic@lists.infradead.org; Mon, 09 Jul 2018 14:46:13 +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 05527ADE7; Mon, 9 Jul 2018 14:46:00 +0000 (UTC) From: Loic Devulder To: u-boot@lists.denx.de Subject: [PATCH 1/2] ARM64: meson: Add 'usb2_phy0' in P212 DT file Date: Mon, 9 Jul 2018 16:45:52 +0200 Message-Id: <20180709144553.26161-2-ldevulder@suse.de> X-Mailer: git-send-email 2.13.7 In-Reply-To: <20180709144553.26161-1-ldevulder@suse.de> References: <20180709144553.26161-1-ldevulder@suse.de> X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20180709_074612_734227_2FD748FA X-CRM114-Status: UNSURE ( 8.35 ) 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 Enable power supply for USB Amlogic Meson GXL P212 based boards. Signed-off-by: Loic Devulder --- arch/arm/dts/meson-gxl-s905x-p212.dtsi | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/arch/arm/dts/meson-gxl-s905x-p212.dtsi b/arch/arm/dts/meson-gxl-s905x-p212.dtsi index 0cfd701809..4e61ec8f5b 100644 --- a/arch/arm/dts/meson-gxl-s905x-p212.dtsi +++ b/arch/arm/dts/meson-gxl-s905x-p212.dtsi @@ -189,3 +189,11 @@ &usb0 { status = "okay"; }; + +&usb2_phy0 { + /* + * even though the schematics don't show it: + * HDMI_5V is also used as supply for the USB VBUS. + */ + phy-supply = <&hdmi_5v>; +};