Commit c398e7503db15b7bddf543e54e14bc8e2765670d

Authored by Peng Fan
Committed by Stefano Babic
1 parent 21782828f9

imx: add cpu type for i.MX2 and i.MX3

Add cpu types for i.MX2/3.

Signed-off-by: Peng Fan <Peng.Fan@freescale.com>
Cc: Stefano Babic <sbabic@denx.de>
Reviewed-by: Stefano Babic <sbabic@denx.de>

Showing 1 changed file with 6 additions and 0 deletions Side-by-side Diff

arch/arm/include/asm/arch-imx/cpu.h
... ... @@ -4,6 +4,12 @@
4 4 * SPDX-License-Identifier: GPL-2.0+
5 5 */
6 6  
  7 +#define MXC_CPU_MX23 0x23
  8 +#define MXC_CPU_MX25 0x25
  9 +#define MXC_CPU_MX27 0x27
  10 +#define MXC_CPU_MX28 0x28
  11 +#define MXC_CPU_MX31 0x31
  12 +#define MXC_CPU_MX35 0x35
7 13 #define MXC_CPU_MX51 0x51
8 14 #define MXC_CPU_MX53 0x53
9 15 #define MXC_CPU_MX6SL 0x60