From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (ABRAHAM, KISHON VIJAY) Date: Fri, 28 Sep 2012 19:02:26 +0530 Subject: [PATCH 6/6] usb: dwc3: core: add dt support for dwc3 core In-Reply-To: <20120928130240.GN31006@arwen.pp.htv.fi> 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> Message-ID: To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.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