summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/cpu_op-mx6.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-mx6/cpu_op-mx6.h')
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.h b/arch/arm/mach-mx6/cpu_op-mx6.h
index b5ca58ecb3b3..310cbb375ced 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.h
+++ b/arch/arm/mach-mx6/cpu_op-mx6.h
@@ -10,9 +10,9 @@
* http://www.opensource.org/licenses/gpl-license.html
* http://www.gnu.org/copyleft/gpl.html
*/
-
+/*The below value aligned with SPEED_GRADING bits in 0x440 fuse offset */
#define CPU_AT_800MHz 0
-#define CPU_AT_1GHz 1
-#define CPU_AT_1_2GHz 2
+#define CPU_AT_1GHz 2
+#define CPU_AT_1_2GHz 3
void mx6_cpu_op_init(void);