Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752016AbdHCTIr (ORCPT ); Thu, 3 Aug 2017 15:08:47 -0400 Received: from mail-yw0-f193.google.com ([209.85.161.193]:38333 "EHLO mail-yw0-f193.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751953AbdHCTIk (ORCPT ); Thu, 3 Aug 2017 15:08:40 -0400 Date: Thu, 3 Aug 2017 14:08:38 -0500 From: Rob Herring To: Jon Mason Cc: Kishon Vijay Abraham I , Florian Fainelli , Mark Rutland , bcm-kernel-feedback-list@broadcom.com, devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2 4/6] dt-bindings: usb: Add documentation for NS2 IDM USB3 Message-ID: <20170803190838.q4o7ijukgoliik5n@rob-hp-laptop> References: <1501109787-15489-1-git-send-email-jon.mason@broadcom.com> <1501109787-15489-5-git-send-email-jon.mason@broadcom.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1501109787-15489-5-git-send-email-jon.mason@broadcom.com> User-Agent: NeoMutt/20170113 (1.7.2) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1181 Lines: 39 On Wed, Jul 26, 2017 at 06:56:25PM -0400, Jon Mason wrote: > Add documentation for IDM USB3 registers available in NS2 SoC > > Signed-off-by: Jon Mason > --- > Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt | 14 ++++++++++++++ > 1 file changed, 14 insertions(+) > create mode 100644 Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt > > diff --git a/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt b/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt > new file mode 100644 > index 000000000000..3618dbcbe890 > --- /dev/null > +++ b/Documentation/devicetree/bindings/usb/brcm,usb3-idm.txt > @@ -0,0 +1,14 @@ > +Broadcom IDM USB3 registers > + > +Required properties: > +- compatible: "brcm,usb3-idm" > +- reg: Base address and length of the USB registers > + > + > +Example: > + > +usb3_idm: idm@67000000 { I'm assuming these are all some misc registers in addition to the USB controller? If this is the USB controller itself, then use generic node names for the DT spec. Acked-by: Rob Herring > + compatible = "brcm,usb3-idm"; > + reg = <0x67000000 0x2000>; > +}; > + > -- > 2.7.4 >