[PATCH v2] omap3: add register definitions for chip die ID

Daniel Mack zonque at gmail.com
Sun Dec 18 16:16:22 EST 2011


Signed-off-by: Daniel Mack <zonque at gmail.com>
---

the previous version had a copy'n paste error. sorry.

 arch/arm/mach-omap/include/mach/omap3-silicon.h |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-omap/include/mach/omap3-silicon.h b/arch/arm/mach-omap/include/mach/omap3-silicon.h
index 67f7747..361d25e 100644
--- a/arch/arm/mach-omap/include/mach/omap3-silicon.h
+++ b/arch/arm/mach-omap/include/mach/omap3-silicon.h
@@ -115,6 +115,10 @@
 /** Gives the silicon revision */
 #define OMAP_TAP_BASE		(OMAP_L4_WKUP_BASE + 0xA000)
 #define IDCODE_REG		(OMAP_TAP_BASE + 0x204)
+#define DIE_ID_0		(OMAP_TAP_BASE + 0x218)
+#define DIE_ID_1		(OMAP_TAP_BASE + 0x21c)
+#define DIE_ID_2		(OMAP_TAP_BASE + 0x220)
+#define DIE_ID_3		(OMAP_TAP_BASE + 0x224)
 
 /** Masks to extract information from ID code register */
 #define IDCODE_HAWKEYE_MASK	0x0FFFF000
-- 
1.7.7.4




More information about the barebox mailing list