Commit eabb3227 authored by Anson Huang's avatar Anson Huang Committed by Shawn Guo

ARM: dts: imx6q: update cpufreq volt/freq table

According to latest i.MX6Q datasheet Rev. 3, 02/2014,
the latest cpufreq volt/freq table is as below:

LDO enabled/bypassed(min value):
996MHz: VDDARM: 1.225V, VDDSOC: 1.150V;
792MHz: VDDARM: 1.150V, VDDSOC: 1.150V;
396MHz: VDDARM: 0.925V, VDDSOC: 1.150V;

the 792MHz setpoint's VDDARM min voltage is updated
from 1.125V to 1.150V, adding 25mV to cover board IR
drop, 1.175V is the right voltage we should use.
Signed-off-by: default avatarAnson Huang <b20788@freescale.com>
Signed-off-by: default avatarShawn Guo <shawn.guo@linaro.org>
parent 0a3e41ff
......@@ -31,7 +31,7 @@ cpu@0 {
1200000 1275000
996000 1250000
852000 1250000
792000 1150000
792000 1175000
396000 975000
>;
fsl,soc-operating-points = <
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment