summaryrefslogtreecommitdiff
path: root/arch
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-06 16:09:47 +0800
commit34d1290a9ef2e38678aca736d1cbfb9632d80dd7 (patch)
tree41467d1ccd3c71539e96cf63189e1484f2ed0c80 /arch
parent0ba6e2dccccedde8f5e3f03a9cbce1781fbd1f7b (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>
Diffstat (limited to 'arch')
-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,