commit | 5041d1e3b213c818183aac0e09b1c59791fde419 | [log] [tgz] |
---|---|---|
author | Peng Fan <peng.fan@nxp.com> | Tue Nov 20 10:19:18 2018 +0000 |
committer | Stefano Babic <sbabic@denx.de> | Tue Jan 01 14:12:18 2019 +0100 |
tree | 356d05ac22eb83484167f3b10c5029ab13ff7f64 | |
parent | f6282cdd70c3e56001957aa7a6a3d0997ce553c0 [diff] |
imx: cpu: add CHIP_REV_2_1 macro Introduce CHIP_REV_2_1 macro. Signed-off-by: Peng Fan <peng.fan@nxp.com>
diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h index 2af7965..46431b7 100644 --- a/arch/arm/include/asm/arch-imx/cpu.h +++ b/arch/arm/include/asm/arch-imx/cpu.h
@@ -41,6 +41,7 @@ #define CHIP_REV_1_2 0x12 #define CHIP_REV_1_5 0x15 #define CHIP_REV_2_0 0x20 +#define CHIP_REV_2_1 0x21 #define CHIP_REV_2_5 0x25 #define CHIP_REV_3_0 0x30