Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp1029458imm; Wed, 11 Jul 2018 15:47:04 -0700 (PDT) X-Google-Smtp-Source: AAOMgpehEYD89x3iAROVHbEyG/gqJqGpfV5KfPx05jXxBz/r/Vaz2JsXjfPkpKaDvkwnGMaq5YXk X-Received: by 2002:a17:902:b609:: with SMTP id b9-v6mr461158pls.106.1531349224660; Wed, 11 Jul 2018 15:47:04 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1531349224; cv=none; d=google.com; s=arc-20160816; b=tJizW4HVWFYjTg4idFkEDbUB23Np54eL/S2ozysTA83DcZKMTFxfjD9mbEcD7RmcGe a2QZGmA1CwIxCmuq50J6DQTh2ropbvH5usHwVCvPKqYQaam7YUZJ88ZH8a3Fhtr+Uc1T mMPdBY5zyo/Lw+kfb2Ye3sjQU22wLpJExjxAaADPAJp2ZhilXiYLurvFtvWb4LadnCPF cx4JBze7TQxfUCXmCE5PffWbaSzbs6pYgwC6+czAL71j6XqShTr9B0VJgzr2u6Guk+wb x51Uq5vr9F7eDjk8FgOmgm8L+FHqvBpvmh17jf71ylQt+L6C/FLirdL2Pvl4cTrORCcv 77FA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:message-id:from:cc:to:subject :content-transfer-encoding:mime-version:references:in-reply-to:date :arc-authentication-results; bh=yo3CMB+UaCoi3CHxDQgTgxC1rvaDWgBCWQVfeoiGFoc=; b=itY6K1/gfsT5ZTW17sGB/fxGHNcOQk7q/RgrOixPZJi79agANeKN3kw8eJjC6aB621 jt9iSOCGRgEaiXvsFS7Ag6cxCPUx1Tsh02PkHw/hybEM7UnBULIbNyl60FGjV3t8yF89 calb+ZCuVdJgpBN9rD3j7gZ4hz0+7vetlTkqNEBIh+D2LbkR8WU5ScG8aYOBW5Sp0oH/ eSgluxLWmZxoz3jo1EfdQzjERdoMAef7zgc47NOPN1s5iKi78wbylSNLG9ynfqLRNywG cV+zrZzw9JMs0A1MFvZO/iVImD4qTofy7OBASzZwueQ/vZFMGfhKGfHL6Mf3LtYJjnup UFNw== 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 b129-v6si671515pfa.12.2018.07.11.15.46.49; Wed, 11 Jul 2018 15:47:04 -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 S2389689AbeGKQZR convert rfc822-to-8bit (ORCPT + 99 others); Wed, 11 Jul 2018 12:25:17 -0400 Received: from hermes.aosc.io ([199.195.250.187]:37329 "EHLO hermes.aosc.io" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733247AbeGKQZR (ORCPT ); Wed, 11 Jul 2018 12:25:17 -0400 Received: from localhost (localhost [127.0.0.1]) (Authenticated sender: icenowy@aosc.io) by hermes.aosc.io (Postfix) with ESMTPSA id A071F64AFD; Wed, 11 Jul 2018 16:20:03 +0000 (UTC) Date: Thu, 12 Jul 2018 00:19:28 +0800 In-Reply-To: <20180711161356.GA4685@rob-hp-laptop> References: <20180706153805.25842-1-icenowy@aosc.io> <20180706153805.25842-7-icenowy@aosc.io> <20180711161356.GA4685@rob-hp-laptop> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8BIT Subject: Re: [PATCH v2 6/9] dt-bindings: phy: add binding for Allwinner USB3 PHY To: Rob Herring CC: Maxime Ripard , Chen-Yu Tsai , Kishon Vijay Abraham I , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org, linux-sunxi@googlegroups.com From: Icenowy Zheng Message-ID: Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 于 2018年7月12日 GMT+08:00 上午12:13:56, Rob Herring 写到: >On Fri, Jul 06, 2018 at 11:38:02PM +0800, Icenowy Zheng wrote: >> The new Allwinner H6 SoC contains a USB3 PHY that is wired to the >> external USB3 pins of the SoC. >> >> Add a device tree binding for the PHY. >> >> Signed-off-by: Icenowy Zheng >> --- >> Splitted from the PHY driver patch in v1. >> >> .../bindings/phy/sun50i-usb3-phy.txt | 24 >+++++++++++++++++++ >> 1 file changed, 24 insertions(+) >> create mode 100644 >Documentation/devicetree/bindings/phy/sun50i-usb3-phy.txt >> >> diff --git >a/Documentation/devicetree/bindings/phy/sun50i-usb3-phy.txt >b/Documentation/devicetree/bindings/phy/sun50i-usb3-phy.txt >> new file mode 100644 >> index 000000000000..912d55f9f69d >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/phy/sun50i-usb3-phy.txt >> @@ -0,0 +1,24 @@ >> +Allwinner sun50i USB3 PHY >> +----------------------- >> + >> +Required properties: >> +- compatible : should be one of >> + * allwinner,sun60i-h6-usb3-phy >> +- reg : a list of offset + length pairs >> +- #phy-cells : from the generic phy bindings, must be 0 >> +- clocks : phandle + clock specifier for the phy clock >> +- resets : phandle + reset specifier for the phy reset >> + >> +Optional Properties: >> +- phy-supply : from the generic phy bindings, a phandle to a >regulator that >> + provides power to VBUS. > >Power to the phy or Vbus? If the latter only, then this property should > >be elsewhere (like a connector node). I don't think there's connector nodes for USB ports now. And by checking existed device trees, use phy-supply on USB phy is common. It's seen on Meson GXBB, RK3399 and Hi6220 in arch/arm64/boot/dts. > >> + >> +Example: >> + usb3phy: phy@5210000 { >> + compatible = "allwinner,sun50i-h6-usb3-phy"; >> + reg = <0x5210000 0x10000>; >> + clocks = <&ccu CLK_USB_PHY1>; >> + resets = <&ccu RST_USB_PHY1>; >> + #phy-cells = <0>; >> + status = "disabled"; >> + }; >> -- >> 2.17.1 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe devicetree" >in >> the body of a message to majordomo@vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html