diff options
author | Tony Lindgren <tony@atomide.com> | 2013-04-08 16:34:32 -0700 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2013-04-08 16:34:32 -0700 |
commit | d05663a23f31a1baf25ab8894b8c3fb2a506aa6a (patch) | |
tree | 6b40bb08676a2788b007482df65f6d21a4afe331 /arch/arm/mach-omap2/board-devkit8000.c | |
parent | 07961ac7c0ee8b546658717034fe692fd12eefa9 (diff) | |
parent | 1fac4fffa719a98ec1047eaece236244333c9afe (diff) |
Merge branch 'for_3.10/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/bcousson/linux-omap-dt into omap-for-v3.10/dt
Diffstat (limited to 'arch/arm/mach-omap2/board-devkit8000.c')
-rw-r--r-- | arch/arm/mach-omap2/board-devkit8000.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/arch/arm/mach-omap2/board-devkit8000.c b/arch/arm/mach-omap2/board-devkit8000.c index 53056c3b0836..42fbf1ef12a9 100644 --- a/arch/arm/mach-omap2/board-devkit8000.c +++ b/arch/arm/mach-omap2/board-devkit8000.c @@ -437,15 +437,7 @@ static struct platform_device *devkit8000_devices[] __initdata = { }; static struct usbhs_omap_platform_data usbhs_bdata __initdata = { - .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, - .port_mode[1] = OMAP_USBHS_PORT_MODE_UNUSED, - .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED, - - .phy_reset = true, - .reset_gpio_port[0] = -EINVAL, - .reset_gpio_port[1] = -EINVAL, - .reset_gpio_port[2] = -EINVAL }; #ifdef CONFIG_OMAP_MUX |