Hello. On 26-08-2011 15:11, Ajay Kumar Gupta wrote:
From: Ravi B <ravibabu@xxxxxx>
Adding musb support in ti816 EVM board file.
Signed-off-by: Ajay Kumar Gupta<ajay.gupta@xxxxxx> Signed-off-by: Ravi B<ravibabu@xxxxxx>
As far as I know, full name is required in signoff.
--- arch/arm/mach-omap2/board-ti8168evm.c | 15 +++++++++++++++ 1 files changed, 15 insertions(+), 0 deletions(-)
diff --git a/arch/arm/mach-omap2/board-ti8168evm.c b/arch/arm/mach-omap2/board-ti8168evm.c index e516a04..77200d4 100644 --- a/arch/arm/mach-omap2/board-ti8168evm.c +++ b/arch/arm/mach-omap2/board-ti8168evm.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
This #ifdef'ery is not longer necessary afetr this patch: http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=75a14b1434a0ca409bcc8ab9b6b2e680796c487e 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