From 8513494e88d30972288366cdf4fa259c9f80a207 Mon Sep 17 00:00:00 2001 From: Anson Huang Date: Fri, 9 Nov 2012 11:41:34 -0500 Subject: ENGR00233732 mx6dl: change 996M setpoint voltage Change 996M setpoint voltage according to datasheet, lower VDDARM_CAP from 1.275V to 1.25V, and VDDSOC/PU_CAP from 1.275V to 1.175V. Signed-off-by: Anson Huang --- arch/arm/mach-mx6/cpu_op-mx6.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/arch/arm/mach-mx6/cpu_op-mx6.c b/arch/arm/mach-mx6/cpu_op-mx6.c index e6ef0261a285..028e876e3324 100644 --- a/arch/arm/mach-mx6/cpu_op-mx6.c +++ b/arch/arm/mach-mx6/cpu_op-mx6.c @@ -153,8 +153,8 @@ static struct cpu_op mx6dl_cpu_op_1_2G[] = { .pll_rate = 1200000000, .cpu_rate = 1200000000, .cpu_podf = 0, - .pu_voltage = 1275000, - .soc_voltage = 1275000, + .pu_voltage = 1175000, + .soc_voltage = 1175000, .cpu_voltage = 1275000,}, { .pll_rate = 792000000, @@ -177,9 +177,9 @@ static struct cpu_op mx6dl_cpu_op_1G[] = { .pll_rate = 996000000, .cpu_rate = 996000000, .cpu_podf = 0, - .pu_voltage = 1275000, - .soc_voltage = 1275000, - .cpu_voltage = 1275000,}, + .pu_voltage = 1175000, + .soc_voltage = 1175000, + .cpu_voltage = 1250000,}, { .pll_rate = 792000000, .cpu_rate = 792000000, -- cgit v1.2.3