Received: by 2002:ac0:a591:0:0:0:0:0 with SMTP id m17-v6csp1922972imm; Fri, 6 Jul 2018 08:47:54 -0700 (PDT) X-Google-Smtp-Source: AAOMgpdtiOLJRc5KDh23DOuzVDLv3JBElBusF1DhgTOMxRLpC8NFHuSmG1T2elMOJ9HKPui0oK5G X-Received: by 2002:a17:902:7044:: with SMTP id h4-v6mr5658663plt.179.1530892074121; Fri, 06 Jul 2018 08:47:54 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530892074; cv=none; d=google.com; s=arc-20160816; b=Mu+O6LfJH3AT2iZPwghQHpCzL2rM4Nu1J35tovQFWshJL6Orfoaa35jO4vB3OX86SP W9+FmP8VImb0rLmA9MrfTaoZ9izAhGrhbGhuV436Plx2344H6GjlOx1CdMG8yej3p6AH FDWhrLOGUcNkGCzMUUY0v945RhmWaw1WwCaAirs6g6A6SEigpV1rf9YQJLwWodC0b8AC 3E/zcf67+m56RM/JQbxzWcXYrjAG+mHt3yt5ZEhra8ZVUN7EfNUkiajtT0mQRxCoV3fw dZqLS6lealWWHquvYkOA5b8c/tMZQrcw+iBDQqK8sDWJxnAeperBiAkN2BAJju0WUqhR UdZA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:references:in-reply-to:message-id:date :subject:cc:to:from:arc-authentication-results; bh=e0MA+hIA9nN7c+4aeZ4UWzhyCtvWGC7aHP8qBwzPdWM=; b=ZRFsnuHNb7iocII5xcFsMNF6LwHnBgeOUsmDoDOuXdjJOojZUSy2NmYfpgKZ1T6/7E iNF1d8TzjjotZ6AXvNZY25EX8RsC0Y/yZbomk6S6C/UqAdkIZ+03S+OWIvq5xVpSpGJi WrabgGjyBcjzLtLZ52RpViYZYqjggt8E+2+ObIjid0ovXozOWlu/xaEEJK8l66qBp7I8 1fq8TkapAheqzm30NPshV1ytAiGB69tO3PVJyNkIO5dV5i664bagRDCeukTfr3JLosSk uu2Kgc9Jndn63RG32q7SFFxzNKarVlGizNGWlOykmiNHvSsy2dqZTAu/2OTWnx1nU2Iz Bz7w== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id d26-v6si8442692pgd.32.2018.07.06.08.47.25; Fri, 06 Jul 2018 08:47:54 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933419AbeGFPqO (ORCPT + 99 others); Fri, 6 Jul 2018 11:46:14 -0400 Received: from hermes.aosc.io ([199.195.250.187]:53887 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932849AbeGFPqN (ORCPT ); Fri, 6 Jul 2018 11:46:13 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id 8C892643E3; Fri, 6 Jul 2018 15:46:03 +0000 (UTC) From: Icenowy Zheng To: Rob Herring , Maxime Ripard , Chen-Yu Tsai , Kishon Vijay Abraham I Cc: devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com, Icenowy Zheng Subject: [PATCH v2 9/9] arm64: allwinner: dts: h6: enable USB3 port on Pine H64 Date: Fri, 6 Jul 2018 23:38:05 +0800 Message-Id: <20180706153805.25842-10-icenowy@aosc.io> In-Reply-To: <20180706153805.25842-1-icenowy@aosc.io> References: <20180706153805.25842-1-icenowy@aosc.io> Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Pine H64 board have a USB3 port, which is connected to the USB3 pins of the H6 SoC, and the 5V power supply is controlled via GPIO (shared with the power USB ports). Enable this port. Signed-off-by: Icenowy Zheng --- Changes in v2: - Rebased on top of the USB2 support patches. - Dropped the enable of the dwc3-of-simple node. arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts index 104369228994..28eeb8dcfa35 100644 --- a/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts +++ b/arch/arm64/boot/dts/allwinner/sun50i-h6-pine-h64.dts @@ -51,6 +51,10 @@ }; }; +&dwc3 { + status = "okay"; +}; + &ehci0 { status = "okay"; }; @@ -93,3 +97,8 @@ usb3_vbus-supply = <®_usb_vbus>; status = "okay"; }; + +&usb3phy { + phy-supply = <®_usb_vbus>; + status = "okay"; +}; -- 2.17.1