summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/cpu_op-mx6.c
diff options
context:
space:
mode:
authorZhang Jiejing <jiejing.zhang@freescale.com>2012-03-06 16:09:47 +0800
committerJason Liu <r64343@freescale.com>2012-07-20 13:23:42 +0800
commit22f4e0f44afa30c3558dedfd906d5d13e38e435b (patch)
tree9ee50607a5cc97c895f5432576cfb669e80814df /arch/arm/mach-mx6/cpu_op-mx6.c
parentf8b7b7e144ffb3e7a22a4ec5a731f0bb346f8ad1 (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/arm/mach-mx6/cpu_op-mx6.c')
-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,