summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mx6/cpu_op-mx6.h
diff options
context:
space:
mode:
authorRanjani Vaidyanathan <ra5478@freescale.com>2011-11-15 18:28:30 -0600
committerJason Liu <r64343@freescale.com>2012-01-09 21:07:18 +0800
commit3a8cc596de084699d7712bd361f532625c7940c1 (patch)
treed16f244e2323ae1ae9e4a4f79fd2ea71aec76bc0 /arch/arm/mach-mx6/cpu_op-mx6.h
parent13de2967e782a60986d4e84ea4444670fd4bf5c1 (diff)
ENGR00162319: MX6 - Add support for updated VDDARM voltages
Set the ARM LDO voltage to 1.225V to run the part at 1GHz. Also updated the rest of the voltages based on the latest available working points. The boards will need to be modified for this change to work correctly. Please ensure that the VDDARM_IN is set to 1.38V (using the potentiometer on the ARM2 board or choosing the correct resistors on the sabrelite boards). Also added command line option (arm_freq=800) to set the max ARM freq. Add: arm_freq=1000 -> to set the max ARM freq to 1GHz arm_freq=800 -> to set the max ARM freq to 800MHz. Default max ARM freq is 1GHz. No other values are currently supported. If your board is not modified, please add the command line "arm_freq=800' to avoid failures. 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.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-mx6/cpu_op-mx6.h b/arch/arm/mach-mx6/cpu_op-mx6.h
index f13b26962bde..77e8222c5d38 100644
--- a/arch/arm/mach-mx6/cpu_op-mx6.h
+++ b/arch/arm/mach-mx6/cpu_op-mx6.h
@@ -11,4 +11,7 @@
* http://www.gnu.org/copyleft/gpl.html
*/
+#define CPU_AT_800MHz 0
+#define CPU_AT_1GHz 1
+
void mx6_cpu_op_init(void);