diff options
author | Vivek Gautam <gautam.vivek@samsung.com> | 2013-01-24 08:45:29 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-01-24 17:03:56 -0500 |
commit | 6e2477777c8f1d4807437f7de11447319d426f8c (patch) | |
tree | 2fbef3a515da9dca11bc926aa6ce080cf6d87d1d /drivers/usb/host/ohci-exynos.c | |
parent | bdb6bc06f7d694652c12fb8779bb031c2f220823 (diff) |
usb: ehci-s5p/ohci-exynos: Fix compatible strings for the device
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>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/ohci-exynos.c')
-rw-r--r-- | drivers/usb/host/ohci-exynos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/ohci-exynos.c b/drivers/usb/host/ohci-exynos.c index aa3b8844bb9f..77f2017c33c4 100644 --- a/drivers/usb/host/ohci-exynos.c +++ b/drivers/usb/host/ohci-exynos.c | |||
@@ -267,7 +267,7 @@ static const struct dev_pm_ops exynos_ohci_pm_ops = { | |||
267 | 267 | ||
268 | #ifdef CONFIG_OF | 268 | #ifdef CONFIG_OF |
269 | static const struct of_device_id exynos_ohci_match[] = { | 269 | static const struct of_device_id exynos_ohci_match[] = { |
270 | { .compatible = "samsung,exynos-ohci" }, | 270 | { .compatible = "samsung,exynos4210-ohci" }, |
271 | {}, | 271 | {}, |
272 | }; | 272 | }; |
273 | MODULE_DEVICE_TABLE(of, exynos_ohci_match); | 273 | MODULE_DEVICE_TABLE(of, exynos_ohci_match); |