diff options
author | Anson Huang <b20788@freescale.com> | 2013-12-06 08:58:56 +0800 |
---|---|---|
committer | Nitin Garg <nitin.garg@freescale.com> | 2014-06-03 23:01:51 -0500 |
commit | 34f5e24cc96a467a009299d0d0e80cd50d72fd20 (patch) | |
tree | debd6bff8d2cd206031ff2e8916cfe847cb96b40 | |
parent | 6f00f3089c9befac264c60c2290218e315f4a88c (diff) |
ENGR00291061 arm: imx6dl: update VDDARM_CAP's voltage according to latest datasheet
For i.MX6DL, the latest datasheet defines the min voltage of VDDARM_CAP
for 996MHz setpoint is 1.25V, adding 25mV margin, so we should set the
VDDARM_CAP's voltage to 1.275V.
Signed-off-by: Anson Huang <b20788@freescale.com>
-rw-r--r-- | arch/arm/mach-mx6/cpu_op-mx6.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c index 317242548b8e..25519f160753 100644 --- a/arch/arm/mach-mx6/cpu_op-mx6.c +++ b/arch/arm/mach-mx6/cpu_op-mx6.c @@ -188,7 +188,7 @@ static struct cpu_op mx6dl_cpu_op_1G[] = { .cpu_podf = 0, .pu_voltage = 1175000, .soc_voltage = 1175000, - .cpu_voltage = 1250000,}, + .cpu_voltage = 1275000,}, { .pll_rate = 792000000, .cpu_rate = 792000000, |