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>
This commit is contained in:
Keshava Munegowda
2011-10-11 13:21:51 +05:30
committed by Paul Walmsley
parent 50b2a9bd17
commit a6d3a6622e
3 changed files with 18 additions and 20 deletions

View File

@@ -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"