From: Anson Huang Date: Fri, 9 Nov 2012 16:41:34 +0000 (-0500) Subject: ENGR00233732 mx6dl: change 996M setpoint voltage X-Git-Tag: v3.0.35-fsl~257 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=0faac03956f6dbf7e0389978a875e2a24a8cd4f4;p=karo-tx-linux.git 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 --- 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,