From b7d9a006954251d6218fc9aba4e6cbe7a3747feb Mon Sep 17 00:00:00 2001 From: Ye Li Date: Mon, 3 Sep 2018 00:44:31 -0700 Subject: MLK-19433-1 imx: Add macro for chip rev 2.1 Add common CHIP_REV_2_1 for chip revision 2.1 Signed-off-by: Ye Li (cherry picked from commit f7fc83ffb0f204d9f6ec6c77c08d23869d9ecde4) --- arch/arm/include/asm/arch-imx/cpu.h | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/include/asm/arch-imx/cpu.h b/arch/arm/include/asm/arch-imx/cpu.h index ec2d828816..3e9899e28b 100644 --- a/arch/arm/include/asm/arch-imx/cpu.h +++ b/arch/arm/include/asm/arch-imx/cpu.h @@ -46,6 +46,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 -- cgit v1.2.3