diff options
author | Keshava Munegowda <Keshava_mgowda@ti.com> | 2011-04-21 19:52:43 +0530 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-05-02 15:29:26 +0300 |
commit | 6e3d4bec6b1e0829ed8b23be750762255f225019 (patch) | |
tree | 05d867705022dee4f6b37a808eb5e2e47cd67a88 /drivers/mfd | |
parent | d11536e4e0e99c26d33c849b44cd279cdd67b032 (diff) | |
download | blackbird-obmc-linux-6e3d4bec6b1e0829ed8b23be750762255f225019.tar.gz blackbird-obmc-linux-6e3d4bec6b1e0829ed8b23be750762255f225019.zip |
omap:usb: add regulator support for EHCI
in case of ehci phy mode; regulator of phy
should be enabled before initializing the
usbhs core driver.
Signed-off-by: Keshava Munegowda <keshava_mgowda@ti.com>
Tested-by: Steve Calfee <stevecalfee@gmail.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/omap-usb-host.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/omap-usb-host.c b/drivers/mfd/omap-usb-host.c index b3bb3ac5b045..2e165117457b 100644 --- a/drivers/mfd/omap-usb-host.c +++ b/drivers/mfd/omap-usb-host.c @@ -25,7 +25,6 @@ #include <linux/dma-mapping.h> #include <linux/spinlock.h> #include <linux/gpio.h> -#include <linux/regulator/consumer.h> #include <plat/usb.h> #define USBHS_DRIVER_NAME "usbhs-omap" |