Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
phy: twl4030-usb: remove incorrect pm_runtime_get_sync() in probe fun…
…ction. The USB phy should initialize with power-off, and will be powered on by the USB system when a cable connection is detected. Having this pm_runtime_get_sync() during probe causes the phy to *always* be powered on. Removing it returns to sensible power management. Fixes: 96be39a Signed-off-by: NeilBrown <neil@brown.name> Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
- Loading branch information