diff options
author | Roger Quadros <rogerq@ti.com> | 2013-02-14 03:13:48 -0500 |
---|---|---|
committer | Roger Quadros <rogerq@ti.com> | 2013-02-14 03:13:48 -0500 |
commit | 42973159599086c48c58ad79b9ad0758da6bc256 (patch) | |
tree | 6a33b6bc3ac6a29fc1a0b0f37efd5235d16a3f19 /arch/arm/mach-omap2/board-cm-t35.c | |
parent | 7f07863ec60f7d3dbeec5aff881ea074db3925ed (diff) |
ARM: OMAP: Consolidate OMAP USB-HS platform data (part 3/3)
Let's have a single platform data structure for the OMAP's High-Speed
USB host subsystem instead of having 3 separate ones i.e. one for
board data, one for USB Host (UHH) module and one for USB-TLL module.
This makes the code much simpler and avoids creating multiple copies of
platform data.
Signed-off-by: Roger Quadros <rogerq@ti.com>
Reviewed-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-cm-t35.c')
-rw-r--r-- | arch/arm/mach-omap2/board-cm-t35.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-cm-t35.c b/arch/arm/mach-omap2/board-cm-t35.c index b3102c2f4a3c..cdf1d6e70bdb 100644 --- a/arch/arm/mach-omap2/board-cm-t35.c +++ b/arch/arm/mach-omap2/board-cm-t35.c | |||
@@ -418,7 +418,7 @@ static struct omap2_hsmmc_info mmc[] = { | |||
418 | {} /* Terminator */ | 418 | {} /* Terminator */ |
419 | }; | 419 | }; |
420 | 420 | ||
421 | static struct usbhs_omap_board_data usbhs_bdata __initdata = { | 421 | static struct usbhs_omap_platform_data usbhs_bdata __initdata = { |
422 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, | 422 | .port_mode[0] = OMAP_EHCI_PORT_MODE_PHY, |
423 | .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY, | 423 | .port_mode[1] = OMAP_EHCI_PORT_MODE_PHY, |
424 | .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED, | 424 | .port_mode[2] = OMAP_USBHS_PORT_MODE_UNUSED, |