diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2013-01-11 03:19:08 +0000 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2013-01-21 12:05:20 +0100 |
commit | f69077e4206d8a33cdb1d9b14afaafd343cb9eea (patch) | |
tree | 9b9257343afbfac631a9d27afde7741e1542fe52 /arch/arm/include | |
parent | 95e873d6011e299852e679cb7d5e74c4e6f67808 (diff) | |
download | u-boot-imx-f69077e4206d8a33cdb1d9b14afaafd343cb9eea.zip u-boot-imx-f69077e4206d8a33cdb1d9b14afaafd343cb9eea.tar.gz u-boot-imx-f69077e4206d8a33cdb1d9b14afaafd343cb9eea.tar.bz2 |
mx23: Add support on print_cpuinfo()
Add information to identify i.MX23 chips and its known revisions.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Cc: Fabio Estevam <fabio.estevam@freescale.com>
Cc: Marek Vasut <marex@denx.de>
Cc: Stefano Babic <sbabic@denx.de>
Diffstat (limited to 'arch/arm/include')
-rw-r--r-- | arch/arm/include/asm/arch-mxs/regs-digctl.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/arch-mxs/regs-digctl.h b/arch/arm/include/asm/arch-mxs/regs-digctl.h index e7cc4b4..d043325 100644 --- a/arch/arm/include/asm/arch-mxs/regs-digctl.h +++ b/arch/arm/include/asm/arch-mxs/regs-digctl.h @@ -154,6 +154,7 @@ struct mxs_digctl_regs { /* Product code identification */ #define HW_DIGCTL_CHIPID_MASK (0xffff << 16) +#define HW_DIGCTL_CHIPID_MX23 (0x3780 << 16) #define HW_DIGCTL_CHIPID_MX28 (0x2800 << 16) #endif /* __MX28_REGS_DIGCTL_H__ */ |