diff options
Diffstat (limited to 'arch/arm/mach-mx6/cpu_op-mx6.h')
-rw-r--r-- | arch/arm/mach-mx6/cpu_op-mx6.h | 7 |
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); |