From mboxrd@z Thu Jan 1 00:00:00 1970 From: "ABRAHAM, KISHON VIJAY" Subject: Re: [PATCH 6/6] usb: dwc3: core: add dt support for dwc3 core Date: Fri, 28 Sep 2012 19:02:26 +0530 Message-ID: References: <1348836795-4783-1-git-send-email-kishon@ti.com> <1348836795-4783-7-git-send-email-kishon@ti.com> <20120928130240.GN31006@arwen.pp.htv.fi> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Return-path: In-Reply-To: <20120928130240.GN31006@arwen.pp.htv.fi> Sender: linux-doc-owner@vger.kernel.org To: balbi@ti.com Cc: grant.likely@secretlab.ca, rob.herring@calxeda.com, rob@landley.net, linux-usb@vger.kernel.org, linux-omap@vger.kernel.org, devicetree-discuss@lists.ozlabs.org, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, gregkh@linuxfoundation.org List-Id: linux-omap@vger.kernel.org Hi, On Fri, Sep 28, 2012 at 6:32 PM, Felipe Balbi wrote: > On Fri, Sep 28, 2012 at 06:23:15PM +0530, Kishon Vijay Abraham I wrote: >> Added dwc3 support for dwc3 core and update the documentation with >> device tree binding information. >> >> Signed-off-by: Kishon Vijay Abraham I >> --- >> Documentation/devicetree/bindings/usb/dwc3.txt | 24 ++++++++++++++++++++++++ >> drivers/usb/dwc3/core.c | 14 ++++++++++++-- >> 2 files changed, 36 insertions(+), 2 deletions(-) >> create mode 100644 Documentation/devicetree/bindings/usb/dwc3.txt >> >> diff --git a/Documentation/devicetree/bindings/usb/dwc3.txt b/Documentation/devicetree/bindings/usb/dwc3.txt >> new file mode 100644 >> index 0000000..87d5eeb >> --- /dev/null >> +++ b/Documentation/devicetree/bindings/usb/dwc3.txt >> @@ -0,0 +1,24 @@ >> +SYNOPSIS DWC3 CORE >> + >> +DWC3- USB3 CONTROLLER >> + >> +Required properties: >> + - compatible: Should be "synopsis,dwc3" > > "synopsys" and I think: > > - compatible: Must be "synopsys,dwc3" reads a bit better. Will re-post this patch. Thanks Kishon