diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2014-06-24 17:40:58 -0300 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2014-07-10 15:29:16 +0200 |
commit | 05d54b827fa84b7834fc39c9ff7bb77cce829beb (patch) | |
tree | 90f716f445653def78135d210255fbf523ce15e7 /arch/arm/include/asm/arch-imx/cpu.h | |
parent | e153333eeb50021fb3a730a3216c1968e7710999 (diff) |
mx6: Add support for the mx6solox variant
mx6solox is the newest member of the mx6 family.
Some of the new features on this variants are:
- Cortex M4 microcontroller (besides the CortexA9)
- Dual Gigabit Ethernet
Add the initial support for it.
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Diffstat (limited to 'arch/arm/include/asm/arch-imx/cpu.h')
-rw-r--r-- | arch/arm/include/asm/arch-imx/cpu.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h index a35940e64f..a3cc96f39b 100644 --- a/arch/arm/include/asm/arch-imx/cpu.h +++ b/arch/arm/include/asm/arch-imx/cpu.h @@ -8,6 +8,7 @@ #define MXC_CPU_MX53 0x53 #define MXC_CPU_MX6SL 0x60 #define MXC_CPU_MX6DL 0x61 -#define MXC_CPU_MX6SOLO 0x62 +#define MXC_CPU_MX6SX 0x62 #define MXC_CPU_MX6Q 0x63 #define MXC_CPU_MX6D 0x64 +#define MXC_CPU_MX6SOLO 0x65 /* dummy ID */ |