summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/arch-mxs
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-01-11 03:19:08 +0000
committerStefano Babic <sbabic@denx.de>2013-01-21 12:05:20 +0100
commitf69077e4206d8a33cdb1d9b14afaafd343cb9eea (patch)
tree9b9257343afbfac631a9d27afde7741e1542fe52 /arch/arm/include/asm/arch-mxs
parent95e873d6011e299852e679cb7d5e74c4e6f67808 (diff)
downloadtalos-obmc-uboot-f69077e4206d8a33cdb1d9b14afaafd343cb9eea.tar.gz
talos-obmc-uboot-f69077e4206d8a33cdb1d9b14afaafd343cb9eea.zip
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/asm/arch-mxs')
-rw-r--r--arch/arm/include/asm/arch-mxs/regs-digctl.h1
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 e7cc4b45d5..d0433254d5 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__ */
OpenPOWER on IntegriCloud