From mboxrd@z Thu Jan 1 00:00:00 1970 From: kishon@ti.com (kishon) Date: Tue, 5 Mar 2013 17:11:54 +0530 Subject: [PATCH] ARM: OMAP: RX-51: add missing USB phy binding In-Reply-To: <20130305113618.GB19290@arwen.pp.htv.fi> References: <1362481780-11018-1-git-send-email-aaro.koskinen@iki.fi> <20130305113618.GB19290@arwen.pp.htv.fi> Message-ID: <5135DA02.8070801@ti.com> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Tuesday 05 March 2013 05:06 PM, Felipe Balbi wrote: > On Tue, Mar 05, 2013 at 01:09:40PM +0200, Aaro Koskinen wrote: >> Commit 51482be9 (ARM: OMAP: USB: Add phy binding information) forgot to >> add phy binding for RX-51, and as a result USB does not work anymore on >> 3.9-rc1. Add the missing binding. >> >> Signed-off-by: Aaro Koskinen > > Acked-by: Felipe Balbi Reviewed-by: Kishon Vijay Abraham I > >> --- >> arch/arm/mach-omap2/board-rx51.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/arch/arm/mach-omap2/board-rx51.c b/arch/arm/mach-omap2/board-rx51.c >> index f7c4616..d2ea68e 100644 >> --- a/arch/arm/mach-omap2/board-rx51.c >> +++ b/arch/arm/mach-omap2/board-rx51.c >> @@ -17,6 +17,7 @@ >> #include >> #include >> #include >> +#include >> #include >> #include >> >> @@ -98,6 +99,7 @@ static void __init rx51_init(void) >> sdrc_params = nokia_get_sdram_timings(); >> omap_sdrc_init(sdrc_params, sdrc_params); >> >> + usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); >> usb_musb_init(&musb_board_data); >> rx51_peripherals_init(); >> >> -- >> 1.7.10.4 >> >> -- >> To unsubscribe from this list: send the line "unsubscribe linux-omap" in >> the body of a message to majordomo at vger.kernel.org >> More majordomo info at http://vger.kernel.org/majordomo-info.html >