From 3898a2d1a776a535fc393901d2fb021a42e6a0aa Mon Sep 17 00:00:00 2001 From: Zhang Jiejing Date: Tue, 6 Mar 2012 16:09:47 +0800 Subject: [PATCH] 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 --- arch/arm/mach-mx6/cpu_op-mx6.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.5