]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
usb: musb: omap: add usb_phy_init in omap2430_musb_init
authorKishon Vijay Abraham I <kishon@ti.com>
Thu, 14 Mar 2013 06:23:58 +0000 (11:53 +0530)
committerFelipe Balbi <balbi@ti.com>
Mon, 18 Mar 2013 09:18:26 +0000 (11:18 +0200)
commit3bf6db9bbe4ad7b08b714c1857a703c1ef1b1e83
tree3555b282eba414b112cd1e607fd716f8a8f14ce3
parentbb467cf5693b59c76c22b73dd383920a87f37b16
usb: musb: omap: add usb_phy_init in omap2430_musb_init

Some PHYs load too early (twl4030) making omap glue to miss cable connect events
if the board is booted with cable connected. So adding usb_phy_init in
omap2430_musb_init lets PHYs to report events once glue is ready.

Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
drivers/usb/musb/omap2430.c