From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751340AbcFXPl1 (ORCPT ); Fri, 24 Jun 2016 11:41:27 -0400 Received: from mail-oi0-f67.google.com ([209.85.218.67]:32869 "EHLO mail-oi0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751082AbcFXPlZ (ORCPT ); Fri, 24 Jun 2016 11:41:25 -0400 Date: Fri, 24 Jun 2016 10:41:18 -0500 From: Rob Herring To: Bruno Herrera Cc: pawel.moll@arm.com, mark.rutland@arm.com, ijc+devicetree@hellion.org.uk, galak@codeaurora.org, linux@armlinux.org.uk, mcoquelin.stm32@gmail.com, johnyoun@synopsys.com, gregkh@linuxfoundation.org, balbi@kernel.org, zhangfei.gao@linaro.org, a.seppala@gmail.com, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-usb@vger.kernel.org Subject: Re: [PATCH 3/3] dt-bindings: Document the STM32 USB OTG DWC2 core binding Message-ID: <20160624154118.GA4598@rob-hp-laptop> References: <1466562349-5043-1-git-send-email-bruherrera@gmail.com> <1466562349-5043-3-git-send-email-bruherrera@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1466562349-5043-3-git-send-email-bruherrera@gmail.com> User-Agent: Mutt/1.5.24 (2015-08-30) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Tue, Jun 21, 2016 at 11:25:49PM -0300, Bruno Herrera wrote: > Signed-off-by: Bruno Herrera > --- > Documentation/devicetree/bindings/usb/dwc2.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/usb/dwc2.txt b/Documentation/devicetree/bindings/usb/dwc2.txt > index 20a68bf..79e5370 100644 > --- a/Documentation/devicetree/bindings/usb/dwc2.txt > +++ b/Documentation/devicetree/bindings/usb/dwc2.txt > @@ -11,6 +11,7 @@ Required properties: > - "lantiq,arx100-usb": The DWC2 USB controller instance in Lantiq ARX SoCs; > - "lantiq,xrx200-usb": The DWC2 USB controller instance in Lantiq XRX SoCs; > - snps,dwc2: A generic DWC2 USB controller with default parameters. > + - st,stm32-fsotg: The DWC2 USB controller instance in STM32F4 SoCs in FS mode; This should go above snps,dwc2. What determines FS mode vs. HS? > - reg : Should contain 1 register range (address and length) > - interrupts : Should contain 1 interrupt > - clocks: clock provider specifier > -- > 2.7.4 (Apple Git-66) >