From 32ab6b2785b763588644e766235e2ed21a853c2a Mon Sep 17 00:00:00 2001 From: Terry Date: Fri, 18 Mar 2011 13:45:20 +0800 Subject: ENGR00140825: Add mx53 to2.1 chip id recognition Add mx53 to2.1 chip id recognition. Signed-off-by: Terry Lv --- include/asm-arm/arch-mx53/mx53.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/asm-arm') diff --git a/include/asm-arm/arch-mx53/mx53.h b/include/asm-arm/arch-mx53/mx53.h index bb5252c..6e02fc9 100644 --- a/include/asm-arm/arch-mx53/mx53.h +++ b/include/asm-arm/arch-mx53/mx53.h @@ -347,6 +347,8 @@ #define CHIP_REV_1_0 0x10 #define CHIP_REV_2_0 0x20 +#define CHIP_REV_2_1 0x21 +#define CHIP_REV_UNKNOWN 0xff #define BOARD_REV_1 0x000 #define BOARD_REV_2 0x100 -- cgit v1.1