diff options
author | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:29 -0400 |
---|---|---|
committer | Tony Lindgren <tony@atomide.com> | 2010-07-05 09:31:29 -0400 |
commit | b5e8905bcd7a794b667f6d5eabcb036f25358fdb (patch) | |
tree | f4e488d39bb59d57ca8cff6a45df29624fcd6049 /arch/arm/plat-omap/include/plat/board.h | |
parent | dba638d22d5af5486a861e08ab46e57abef7049a (diff) |
omap: Move omap2 FS USB platform init code into mach-omap2/usb-fs.c
Move omap2 FS USB platform init code into mach-omap2/usb-fs.c. This will
allow further work later on to use omap hwmod for initializing the
device.
Cc: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/plat-omap/include/plat/board.h')
-rw-r--r-- | arch/arm/plat-omap/include/plat/board.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/plat-omap/include/plat/board.h b/arch/arm/plat-omap/include/plat/board.h index 5cd622039da..3cf4fa25ab3 100644 --- a/arch/arm/plat-omap/include/plat/board.h +++ b/arch/arm/plat-omap/include/plat/board.h | |||
@@ -85,6 +85,14 @@ struct omap_usb_config { | |||
85 | * 6 == 6 wire unidirectional (or TLL) | 85 | * 6 == 6 wire unidirectional (or TLL) |
86 | */ | 86 | */ |
87 | u8 pins[3]; | 87 | u8 pins[3]; |
88 | |||
89 | struct platform_device *udc_device; | ||
90 | struct platform_device *ohci_device; | ||
91 | struct platform_device *otg_device; | ||
92 | |||
93 | u32 (*usb0_init)(unsigned nwires, unsigned is_device); | ||
94 | u32 (*usb1_init)(unsigned nwires); | ||
95 | u32 (*usb2_init)(unsigned nwires, unsigned alt_pingroup); | ||
88 | }; | 96 | }; |
89 | 97 | ||
90 | struct omap_lcd_config { | 98 | struct omap_lcd_config { |