commit | 44a50d088aad18a1a2709091bf25a108f967f8c9 | [log] [tgz] |
---|---|---|
author | Grazvydas Ignotas <notasas@gmail.com> | Sun Mar 17 20:23:21 2013 +0200 |
committer | Felipe Balbi <balbi@ti.com> | Thu Mar 21 14:20:28 2013 +0200 |
tree | 1d2d516e8a86fd30d21469f9dc8e66cb4c061144 | |
parent | 75f32ec1de7a4c905ba2007972d981f96c977eb2 [diff] |
usb: phy: 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> Signed-off-by: Felipe Balbi <balbi@ti.com>