USB: ehci-omap: Fix detection in HSIC mode
authorRoger Quadros <rogerq@ti.com>
Wed, 13 Mar 2013 13:14:43 +0000 (15:14 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Mar 2013 18:54:21 +0000 (11:54 -0700)
commit49f092198f4fd2c70847de7151d33df08929af51
treefb9a65f0feae7e37d9715ae3ea635c63a281e861
parenta2f450ca88a394e282f09e5e16f9de60cd487f80
USB: ehci-omap: Fix detection in HSIC mode

Move PHY initialization until after EHCI initialization is
complete, instead of initializing the PHYs first, shutting
them down again, and then initializing them a second time.

This fixes HSIC device detection.

Signed-off-by: Roger Quadros <rogerq@ti.com>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/usb/host/ehci-omap.c