Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fb91cde4 authored by Hema HK's avatar Hema HK Committed by Felipe Balbi
Browse files

usb: musb: OMAP4430: Power down the PHY during board init



Powerdown the internal PHY during board init for OMAP44xx.
So that when musb is disabled core transition to retention/off
is not blocked.

Signed-off-by: default avatarHema HK <hemahk@ti.com>
Cc: Tony Lindgren <tony@atomide.com>
Cc: Paul Walmsley <paul@pwsan.com>
Signed-off-by: default avatarFelipe Balbi <balbi@ti.com>
parent 8c59ef38
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -214,6 +214,10 @@ void __init usb_musb_init(struct omap_musb_board_data *board_data)

	if (platform_device_register(&musb_device) < 0)
		printk(KERN_ERR "Unable to register HS-USB (MUSB) device\n");

	if (cpu_is_omap44xx())
		omap4430_phy_init(dev);

}

#else