Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S934988AbcKNRXN (ORCPT ); Mon, 14 Nov 2016 12:23:13 -0500 Received: from mail-yb0-f194.google.com ([209.85.213.194]:35346 "EHLO mail-yb0-f194.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752781AbcKNRXL (ORCPT ); Mon, 14 Nov 2016 12:23:11 -0500 Date: Mon, 14 Nov 2016 11:23:08 -0600 From: Rob Herring To: Yendapally Reddy Dhananjaya Reddy Cc: Mark Rutland , Russell King , Ray Jui , Scott Branden , Jon Mason , Florian Fainelli , Kishon Vijay Abraham I , bcm-kernel-feedback-list@broadcom.com, netdev@vger.kernel.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org Subject: Re: [PATCH 2/6] dt-bindings: phy: Add documentation for NSP USB3 PHY Message-ID: <20161114172308.j34mif6qakxlhhyq@rob-hp-laptop> References: <1478683994-12008-1-git-send-email-yendapally.reddy@broadcom.com> <1478683994-12008-3-git-send-email-yendapally.reddy@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1478683994-12008-3-git-send-email-yendapally.reddy@broadcom.com> User-Agent: Mutt/1.6.2-neo (2016-08-21) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1583 Lines: 46 On Wed, Nov 09, 2016 at 04:33:10AM -0500, Yendapally Reddy Dhananjaya Reddy wrote: > Add documentation for USB3 PHY available in Northstar plus SoC > > Signed-off-by: Yendapally Reddy Dhananjaya Reddy > --- > .../devicetree/bindings/phy/brcm,nsp-usb3-phy.txt | 39 ++++++++++++++++++++++ > 1 file changed, 39 insertions(+) > create mode 100644 Documentation/devicetree/bindings/phy/brcm,nsp-usb3-phy.txt > > diff --git a/Documentation/devicetree/bindings/phy/brcm,nsp-usb3-phy.txt b/Documentation/devicetree/bindings/phy/brcm,nsp-usb3-phy.txt > new file mode 100644 > index 0000000..30cf4b9 > --- /dev/null > +++ b/Documentation/devicetree/bindings/phy/brcm,nsp-usb3-phy.txt > @@ -0,0 +1,39 @@ > +Broadcom USB3 phy binding northstar plus SoC > +This is a child bus node of "brcm,mdio-mux-nsp" node. > + > +Required mdio bus properties: > +- reg: MDIO Bus number for the MDIO interface > +- #address-cells: must be 1 > +- #size-cells: must be 0 > + > +Required PHY properties: > +- compatible: should be "brcm,nsp-usb3-phy" > +- reg: Phy address in the MDIO interface > +- usb3-ctrl-syscon: handler of syscon node defining physical address > + of usb3 control register. > +- #phy-cells: must be 0 > + > +Required usb3 control properties: > +- compatible: should be "brcm,nsp-usb3-ctrl" > +- reg: offset and length of the control registers > + > +Example: > + > + mdio@0 { > + reg = <0x0>; > + #address-cells = <1>; > + #size-cells = <0>; > + > + usb3_phy: usb3-phy@10 { Just 'usb-phy@10'. With that, Acked-by: Rob Herring