diff options
author | Keshava Munegowda <Keshava_mgowda@ti.com> | 2011-10-11 13:21:51 +0530 |
---|---|---|
committer | Paul Walmsley <paul@pwsan.com> | 2011-12-16 04:27:43 -0700 |
commit | a6d3a6622ee459eb44952246214d658b474ea8eb (patch) | |
tree | 0f5b14691c833f95e3449884ebe04f7c3f6e8be1 /drivers/mfd/omap-usb-host.c | |
parent | 50b2a9bd1784c202a642fefa75ce787faf048801 (diff) |
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/omap-usb-host.c')
-rw-r--r-- | drivers/mfd/omap-usb-host.c | 2 |
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" |