]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
usb: dwc3: exynos: fix compatible strings for the device
authorVivek Gautam <gautam.vivek@samsung.com>
Thu, 24 Jan 2013 13:45:30 +0000 (19:15 +0530)
committerFelipe Balbi <balbi@ti.com>
Fri, 25 Jan 2013 07:04:44 +0000 (09:04 +0200)
Using specific chip in compatible strings. Newer SOCs can claim
device by using older string in the compatible list.

Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Acked-by: Grant Likely <grant.likely@secretlab.ca>
Reviewed-by: Doug Anderson <dianders@chromium.org>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/dwc3/dwc3-exynos.c

index 90e05e60c3fe567d159e88b9bc6581bdac4d0f53..1e955517c6fa9572cd23b7095695cdbfcadc3668 100644 (file)
@@ -183,7 +183,7 @@ static int dwc3_exynos_remove(struct platform_device *pdev)
 
 #ifdef CONFIG_OF
 static const struct of_device_id exynos_dwc3_match[] = {
-       { .compatible = "samsung,exynos-dwc3" },
+       { .compatible = "samsung,exynos5250-dwusb3" },
        {},
 };
 MODULE_DEVICE_TABLE(of, exynos_dwc3_match);