summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/cpu_op-mx6.h
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2012-03-05 14:26:45 -0600
committerZhang Jiejing <jiejing.zhang@freescale.com>2012-03-18 23:39:01 +0800
commit22b2f7f2e15627681f8a5d231552deed9f3b15c5 (patch)
treedd0e4a3472bc29b8afd7029ab05b1ea5e0246b67 /arch/arm/mach-mx6/cpu_op-mx6.h
parent685c64cdce9aa04683bd52e66a7923ab425ca8ac (diff)
ENGR00176136- MX6: Added support for 1.2GHz ARM Frequency
Added the new 1.2GHz working point. Currently 'arm_freq=1200" should be added to commandline for the core to run at 1.2GHz. Also ensure that the appropriate HW board mods have been done to set VDDARM_IN at 1.425V. Signed-off-by: Ranjani Vaidyanathan <ra5478@freescale.com>
Diffstat (limited to 'arch/arm/mach-mx6/cpu_op-mx6.h')
-rw-r--r--arch/arm/mach-mx6/cpu_op-mx6.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.h b/arch/arm/mach-mx6/cpu_op-mx6.h
index 77e8222c5d38..b5ca58ecb3b3 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.h
+++ b/arch/arm/mach-mx6/cpu_op-mx6.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010-2011 Freescale Semiconductor, Inc. All Rights Reserved.
+ * Copyright (C) 2010-2012 Freescale Semiconductor, Inc. All Rights Reserved.
*/
/*
@@ -11,7 +11,8 @@
* http://www.gnu.org/copyleft/gpl.html
*/
-#define CPU_AT_800MHz 0
-#define CPU_AT_1GHz 1
+#define CPU_AT_800MHz 0
+#define CPU_AT_1GHz 1
+#define CPU_AT_1_2GHz 2
void mx6_cpu_op_init(void);