Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 09e72002 authored by Hema HK's avatar Hema HK Committed by Felipe Balbi
Browse files

arm: OMAP4430: musb: Configure musb to OTG mode



Enabling the musb OTG mode for SDP and PANDA boards.

Signed-off-by: default avatarHema HK <hemahk@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 594632ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -238,7 +238,7 @@ static const struct ehci_hcd_omap_platform_data ehci_pdata __initconst = {

static struct omap_musb_board_data musb_board_data = {
	.interface_type		= MUSB_INTERFACE_UTMI,
	.mode			= MUSB_PERIPHERAL,
	.mode			= MUSB_OTG,
	.power			= 100,
};

+1 −1
Original line number Diff line number Diff line
@@ -133,7 +133,7 @@ error1:

static struct omap_musb_board_data musb_board_data = {
	.interface_type		= MUSB_INTERFACE_UTMI,
	.mode			= MUSB_PERIPHERAL,
	.mode			= MUSB_OTG,
	.power			= 100,
};