[PATCH 6/6] usb: dwc3: core: add dt support for dwc3 core
From: ABRAHAM, KISHON VIJAY <hidden>
Date: 2012-10-01 05:10:18
Also in:
linux-devicetree, linux-omap, lkml
From: ABRAHAM, KISHON VIJAY <hidden>
Date: 2012-10-01 05:10:18
Also in:
linux-devicetree, linux-omap, lkml
Hi, On Sun, Sep 30, 2012 at 10:17 PM, Sergei Shtylyov [off-list ref] wrote:
Hello. On 28-09-2012 14:53, 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>[...]quoted
diff --git a/drivers/usb/dwc3/core.c b/drivers/usb/dwc3/core.c index 08a5738..0c17a7a 100644 --- a/drivers/usb/dwc3/core.c +++ b/drivers/usb/dwc3/core.c[...]quoted
@@ -602,11 +601,22 @@ static int __devexit dwc3_remove(structplatform_device *pdev) return 0; } +#ifdef CONFIG_OF +static const struct of_device_id of_dwc3_matach[] = {I guess you meant 'of_dwc3_match' here and below?
indeed.. will re-post the patch.. Thanks Kishon