diff options
author | Hema HK <hemahk@ti.com> | 2010-12-10 07:41:42 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 07:56:41 -0500 |
commit | 09e7200221a04ab899e15a0a3cf4b230afd1ab86 (patch) | |
tree | 0a06fad865230696cbcc6b0297fe10cf9478119b /arch/arm/mach-omap2/board-4430sdp.c | |
parent | 594632efbb9a4ac323cbf8dbf37c608d418ca8c1 (diff) |
arm: OMAP4430: musb: Configure musb to OTG mode
Enabling the musb OTG mode for SDP and PANDA boards.
Signed-off-by: Hema HK <hemahk@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-4430sdp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-4430sdp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-4430sdp.c b/arch/arm/mach-omap2/board-4430sdp.c index 95bdea82ece6..5aef69521e36 100644 --- a/arch/arm/mach-omap2/board-4430sdp.c +++ b/arch/arm/mach-omap2/board-4430sdp.c | |||
@@ -238,7 +238,7 @@ static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = { | |||
238 | 238 | ||
239 | static struct omap_musb_board_data musb_board_data = { | 239 | static struct omap_musb_board_data musb_board_data = { |
240 | .interface_type = MUSB_INTERFACE_UTMI, | 240 | .interface_type = MUSB_INTERFACE_UTMI, |
241 | .mode = MUSB_PERIPHERAL, | 241 | .mode = MUSB_OTG, |
242 | .power = 100, | 242 | .power = 100, |
243 | }; | 243 | }; |
244 | 244 | ||