summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2012-03-06 16:09:47 +0800
committerZhang Jiejing <jiejing.zhang@freescale.com>2012-03-08 17:39:20 +0800
commit69a4a2f4b948ba3744ece77efdc4a964e0c2f424 (patch)
tree63b6ad1a648cace0e6a42c90e0a03db7d78f4605
parentd249ec7e31b898741fa6b47a6f2533ae5c041ff4 (diff)
ENGR00176175 MX6Q: fix typo in cpu op voltage setting.
Fix a typo when adding 600M WP, the voltage value is wrong, it will lead a warnning when change to this WP: COULD NOT SET GP VOLTAGE!!!! Signed-off-by: Zhang Jiejing <jiejing.zhang@freescale.com>
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.c2
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 781e9063fac0..f6e5af115226 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.c
+++ b/arch/arm/mach-mx6/cpu_op-mx6.c
@@ -38,7 +38,7 @@ static struct cpu_op mx6_cpu_op_1G[] = {
{
.pll_rate = 624000000,
.cpu_rate = 624000000,
- .cpu_voltage = 11000000,},
+ .cpu_voltage = 1100000,},
{
.pll_rate = 792000000,
.cpu_rate = 396000000,