From 1c0edbbff5f790953c483f4f3bbe2e7e938d717a Mon Sep 17 00:00:00 2001 From: Vivek Gautam Date: Thu, 24 Jan 2013 19:15:29 +0530 Subject: [PATCH] --- yaml --- r: 354586 b: refs/heads/master c: 6e2477777c8f1d4807437f7de11447319d426f8c h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/usb/host/ehci-s5p.c | 2 +- trunk/drivers/usb/host/ohci-exynos.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 6ace675487ea..e2c3a8b63be4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: bdb6bc06f7d694652c12fb8779bb031c2f220823 +refs/heads/master: 6e2477777c8f1d4807437f7de11447319d426f8c diff --git a/trunk/drivers/usb/host/ehci-s5p.c b/trunk/drivers/usb/host/ehci-s5p.c index 319dcfaa8735..f18e6ac081aa 100644 --- a/trunk/drivers/usb/host/ehci-s5p.c +++ b/trunk/drivers/usb/host/ehci-s5p.c @@ -266,7 +266,7 @@ static const struct dev_pm_ops s5p_ehci_pm_ops = { #ifdef CONFIG_OF static const struct of_device_id exynos_ehci_match[] = { - { .compatible = "samsung,exynos-ehci" }, + { .compatible = "samsung,exynos4210-ehci" }, {}, }; MODULE_DEVICE_TABLE(of, exynos_ehci_match); diff --git a/trunk/drivers/usb/host/ohci-exynos.c b/trunk/drivers/usb/host/ohci-exynos.c index aa3b8844bb9f..77f2017c33c4 100644 --- a/trunk/drivers/usb/host/ohci-exynos.c +++ b/trunk/drivers/usb/host/ohci-exynos.c @@ -267,7 +267,7 @@ static const struct dev_pm_ops exynos_ohci_pm_ops = { #ifdef CONFIG_OF static const struct of_device_id exynos_ohci_match[] = { - { .compatible = "samsung,exynos-ohci" }, + { .compatible = "samsung,exynos4210-ohci" }, {}, }; MODULE_DEVICE_TABLE(of, exynos_ohci_match);