summaryrefslogtreecommitdiff
path: root/arch/arm/include
diff options
context:
space:
mode:
authorOtavio Salvador <[email protected]>2013-01-11 03:19:08 +0000
committerStefano Babic <[email protected]>2013-01-21 12:05:20 +0100
commitf69077e4206d8a33cdb1d9b14afaafd343cb9eea (patch)
tree9b9257343afbfac631a9d27afde7741e1542fe52 /arch/arm/include
parent95e873d6011e299852e679cb7d5e74c4e6f67808 (diff)
mx23: Add support on print_cpuinfo()
Add information to identify i.MX23 chips and its known revisions. Signed-off-by: Otavio Salvador <[email protected]> Cc: Fabio Estevam <[email protected]> Cc: Marek Vasut <[email protected]> Cc: Stefano Babic <[email protected]>
Diffstat (limited to 'arch/arm/include')
-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 e7cc4b45d5a..d0433254d5b 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__ */