drivers: usb: otg: Change the PHY control to PMIC control for the power consumption.

Change-Id: Ib37951810c33f96832b12d188106d87ebb481af2
Change-Id: I91f5fb5ed8f6c1795af5c923ec649f03f63a3487
Reviewed-on: http://mcrd1-5.corpnet.asus/code-review/master/67938
Reviewed-by: Yi-Hsin Hung <Yi-Hsin_Hung@asus.com>
Tested-by: Yi-Hsin Hung <Yi-Hsin_Hung@asus.com>
Reviewed-by: Leslie Yu <Leslie_Yu@asus.com>
This commit is contained in:
yi-hsin_hung
2013-01-30 19:28:08 +08:00
committed by Iliyan Malchev
parent ad31fba73d
commit 6a413e06cb
3 changed files with 108 additions and 10 deletions

View File

@@ -369,6 +369,7 @@ struct msm_otg {
u8 active_tmout;
struct hrtimer timer;
enum usb_vdd_type vdd_type;
struct delayed_work acok_irq_work;
};
struct msm_hsic_host_platform_data {