Re: [PATCH 6/6] usb: dwc3: core: add dt support for dwc3 core
From: ABRAHAM, KISHON VIJAY <hidden>
Date: 2012-09-28 13:32:31
Also in:
linux-arm-kernel, linux-omap, lkml
From: ABRAHAM, KISHON VIJAY <hidden>
Date: 2012-09-28 13:32:31
Also in:
linux-arm-kernel, linux-omap, lkml
Hi, On Fri, Sep 28, 2012 at 6:32 PM, Felipe Balbi [off-list ref] wrote:
On Fri, Sep 28, 2012 at 06:23:15PM +0530, Kishon Vijay Abraham I wrote:quoted
Added dwc3 support for dwc3 core and update the documentation with device tree binding information. Signed-off-by: Kishon Vijay Abraham I <redacted> --- 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.txtdiff --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