diff options
author | Nishanth Menon <nm@ti.com> | 2011-08-17 12:58:24 -0500 |
---|---|---|
committer | Ziyann <jaraidaniel@gmail.com> | 2014-10-01 12:55:36 +0200 |
commit | eb1867929517ab7eac5c6e74d0d47c9fd24e3ca7 (patch) | |
tree | 0fa5360072cc16912550697172e9ed9b6e048c6b /arch | |
parent | 0121b0e990ae06a8ef036e9eccdb7eae14b45c26 (diff) | |
download | kernel_samsung_tuna-eb1867929517ab7eac5c6e74d0d47c9fd24e3ca7.zip kernel_samsung_tuna-eb1867929517ab7eac5c6e74d0d47c9fd24e3ca7.tar.gz kernel_samsung_tuna-eb1867929517ab7eac5c6e74d0d47c9fd24e3ca7.tar.bz2 |
OMAP4430: TWL data: update retention voltages to spec rev 0.6
Update retention voltages from Operating Conditions Data Manual
Addendum Revision 0.6 (August 2011).
Note: vdd_iva is used as TWL's vcore2 is common between OMAP4430
and OMAP4460 - hence the update is done for 4460 as well(follow
on patch updates rest of the domain voltages to the same voltage
for OMAP4460).
Change-Id: I68a561049f3faf54b877a4d6293682829ee99b62
Signed-off-by: Nishanth Menon <nm@ti.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/arm/mach-omap2/omap_twl.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-omap2/omap_twl.c b/arch/arm/mach-omap2/omap_twl.c index 6e67c5d..b9905c1 100644 --- a/arch/arm/mach-omap2/omap_twl.c +++ b/arch/arm/mach-omap2/omap_twl.c @@ -266,7 +266,7 @@ static struct omap_voltdm_pmic omap443x_447x_mpu_pmic = { .step_size = 12660, .on_volt = 1375000, .onlp_volt = 1375000, - .ret_volt = 830000, + .ret_volt = 750000, .off_volt = 0, .volt_setup_time = 0, .switch_on_time = 549, @@ -320,7 +320,7 @@ static struct omap_voltdm_pmic omap447x_iva_pmic = { .step_size = 12660, .on_volt = 1188000, .onlp_volt = 1188000, - .ret_volt = 830000, + .ret_volt = 750000, .off_volt = 0, .volt_setup_time = 0, .switch_on_time = 549, @@ -347,7 +347,7 @@ static struct omap_voltdm_pmic omap443x_core_pmic = { .step_size = 12660, .on_volt = 1200000, .onlp_volt = 1200000, - .ret_volt = 830000, + .ret_volt = 750000, .off_volt = 0, .volt_setup_time = 0, .switch_on_time = 549, |