usb: otg: twl4030-usb: don't enable PHY during init
authorGrazvydas Ignotas <notasas@gmail.com>
Mon, 25 Feb 2013 01:12:05 +0000 (03:12 +0200)
committerGrazvydas Ignotas <notasas@gmail.com>
Tue, 12 Mar 2013 21:45:52 +0000 (23:45 +0200)
commit19c0628debcf26100d09242dc686436035b4a140
treed772ee7fa54a976d3791b43bcb097d120d1e408e
parent5c64a0c545a29e95807b255975ada025ef5a25a7
usb: otg: twl4030-usb: don't enable PHY during init

There is no need to do it, otg.set_suspend(false) (which itself
comes from runtime_pm OMAP glue calls) will enable it later anyway.
This used to be the place where things were enabled if booted with
cable connected before runtime_pm conversion, but now can be dropped.

Signed-off-by: Grazvydas Ignotas <notasas@gmail.com>
drivers/usb/otg/twl4030-usb.c