diff options
author | Terry <r65388@freescale.com> | 2011-03-18 13:45:20 +0800 |
---|---|---|
committer | Terry Lv <r65388@freescale.com> | 2011-03-20 14:11:07 +0800 |
commit | 32ab6b2785b763588644e766235e2ed21a853c2a (patch) | |
tree | 85e66dacf9720da0fb2a3cac0c65a2f224cb16f7 /include/asm-arm/arch-mx53 | |
parent | f48c8a0e5013b0c9981fd4a26037e4929a46cbc6 (diff) | |
download | u-boot-imx-32ab6b2785b763588644e766235e2ed21a853c2a.zip u-boot-imx-32ab6b2785b763588644e766235e2ed21a853c2a.tar.gz u-boot-imx-32ab6b2785b763588644e766235e2ed21a853c2a.tar.bz2 |
ENGR00140825: Add mx53 to2.1 chip id recognition
Add mx53 to2.1 chip id recognition.
Signed-off-by: Terry Lv <r65388@freescale.com>
Diffstat (limited to 'include/asm-arm/arch-mx53')
-rw-r--r-- | include/asm-arm/arch-mx53/mx53.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 |