Hello. On 26-08-2011 15:11, Ajay Kumar Gupta wrote:
From: Ravi B<ravibabu@xxxxxx>
Adding musb support in ti814 EVM board file.
Signed-off-by: Ajay Kumar Gupta<ajay.gupta@xxxxxx> Signed-off-by: Ravi B<ravibabu@xxxxxx> --- arch/arm/mach-omap2/board-ti8148evm.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/board-ti8148evm.c b/arch/arm/mach-omap2/board-ti8148evm.c index 588d6b7..d9c8505 100644 --- a/arch/arm/mach-omap2/board-ti8148evm.c +++ b/arch/arm/mach-omap2/board-ti8148evm.c @@ -23,6 +23,20 @@ #include<plat/irqs.h> #include<plat/board.h> #include<plat/common.h> +#include<plat/usb.h> + +static struct omap_musb_board_data musb_board_data = { + .set_phy_power = ti81xx_musb_phy_power, + .interface_type = MUSB_INTERFACE_ULPI, +#ifdef CONFIG_USB_MUSB_OTG + .mode = MUSB_OTG, +#elif defined(CONFIG_USB_MUSB_HDRC_HCD) + .mode = MUSB_HOST, +#elif defined(CONFIG_USB_GADGET_MUSB_HDRC) + .mode = MUSB_PERIPHERAL, +#endif
Same comments as in the previous patch. WBR, Sergei -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html