Commit b0ad0995e92fdf6b25056da76c906c51bb06d6a5
Committed by
Tony Lindgren
1 parent
08913c2d24
Exists in
smarc-l5.0.0_1.0.0-ga
and in
5 other branches
ARM: OMAP: RX-51: add missing USB phy binding
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 <aaro.koskinen@iki.fi> Reviewed-by: Kishon Vijay Abraham I <kishon@ti.com> Acked-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Tony Lindgren <tony@atomide.com>
Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff
arch/arm/mach-omap2/board-rx51.c
... | ... | @@ -17,6 +17,7 @@ |
17 | 17 | #include <linux/io.h> |
18 | 18 | #include <linux/gpio.h> |
19 | 19 | #include <linux/leds.h> |
20 | +#include <linux/usb/phy.h> | |
20 | 21 | #include <linux/usb/musb.h> |
21 | 22 | #include <linux/platform_data/spi-omap2-mcspi.h> |
22 | 23 | |
... | ... | @@ -98,6 +99,7 @@ |
98 | 99 | sdrc_params = nokia_get_sdram_timings(); |
99 | 100 | omap_sdrc_init(sdrc_params, sdrc_params); |
100 | 101 | |
102 | + usb_bind_phy("musb-hdrc.0.auto", 0, "twl4030_usb"); | |
101 | 103 | usb_musb_init(&musb_board_data); |
102 | 104 | rx51_peripherals_init(); |
103 | 105 |