diff options
author | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-03-06 16:09:47 +0800 |
---|---|---|
committer | Zhang Jiejing <jiejing.zhang@freescale.com> | 2012-03-06 16:09:47 +0800 |
commit | 34d1290a9ef2e38678aca736d1cbfb9632d80dd7 (patch) | |
tree | 41467d1ccd3c71539e96cf63189e1484f2ed0c80 /arch | |
parent | 0ba6e2dccccedde8f5e3f03a9cbce1781fbd1f7b (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.c | 2 |
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, |