diff options
Diffstat (limited to 'arch/arm/mach-omap2/usb-host.c')
-rw-r--r-- | arch/arm/mach-omap2/usb-host.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/arch/arm/mach-omap2/usb-host.c b/arch/arm/mach-omap2/usb-host.c index 7b422b5..046f690 100644 --- a/arch/arm/mach-omap2/usb-host.c +++ b/arch/arm/mach-omap2/usb-host.c @@ -75,9 +75,7 @@ static struct omap_device_pad port1_phy_pads[] __initdata = { }, { .name = "usbb1_ulpitll_dir.usbb1_ulpiphy_dir", - .flags = OMAP_DEVICE_PAD_REMUX | OMAP_DEVICE_PAD_WAKEUP, - .enable = (OMAP_PIN_INPUT_PULLDOWN | OMAP_MUX_MODE4) & ~OMAP_WAKEUP_EN, - .idle = OMAP_PIN_INPUT_PULLDOWN | OMAP_MUX_MODE4, + .enable = OMAP_PIN_INPUT_PULLDOWN | OMAP_MUX_MODE4, }, { .name = "usbb1_ulpitll_nxt.usbb1_ulpiphy_nxt", @@ -85,9 +83,7 @@ static struct omap_device_pad port1_phy_pads[] __initdata = { }, { .name = "usbb1_ulpitll_dat0.usbb1_ulpiphy_dat0", - .flags = OMAP_DEVICE_PAD_REMUX | OMAP_DEVICE_PAD_WAKEUP, - .enable = (OMAP_PIN_INPUT_PULLDOWN | OMAP_MUX_MODE4) & ~OMAP_WAKEUP_EN, - .idle = OMAP_PIN_INPUT_PULLDOWN | OMAP_MUX_MODE4, + .enable = OMAP_PIN_INPUT_PULLDOWN | OMAP_MUX_MODE4, }, { .name = "usbb1_ulpitll_dat1.usbb1_ulpiphy_dat1", |