aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorKeshava Munegowda <Keshava_mgowda@ti.com>2011-10-11 13:21:51 +0530
committerPaul Walmsley <paul@pwsan.com>2011-12-16 04:27:43 -0700
commita6d3a6622ee459eb44952246214d658b474ea8eb (patch)
tree0f5b14691c833f95e3449884ebe04f7c3f6e8be1 /drivers/mfd
parentARM: OMAP: USB: register hwmods of usbhs (diff)
downloadlinux-dev-a6d3a6622ee459eb44952246214d658b474ea8eb.tar.xz
linux-dev-a6d3a6622ee459eb44952246214d658b474ea8eb.zip
ARM: OMAP: USB: device name change for the clk names of usbhs
device name usbhs clocks are changed from usbhs-omap.0 to usbhs_omap; this is because in the hwmod registration the device name is set as usbhs_omap; The redudant clock nodes are removed. Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com> Reviewed-by: Partha Basak <parthab@india.ti.com> Signed-off-by: Paul Walmsley <paul@pwsan.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/omap-usb-host.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c
index 86e14583a082..806242ebe65a 100644
--- a/drivers/mfd/omap-usb-host.c
+++ b/drivers/mfd/omap-usb-host.c
@@ -28,7 +28,7 @@
#include <linux/gpio.h>
#include <plat/usb.h>
-#define USBHS_DRIVER_NAME "usbhs-omap"
+#define USBHS_DRIVER_NAME "usbhs_omap"
#define OMAP_EHCI_DEVICE "ehci-omap"
#define OMAP_OHCI_DEVICE "ohci-omap3"