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)
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>

No differences found