* [PATCH] omap3: add register definitions for chip die ID
@ 2011-12-18 19:06 Daniel Mack
2011-12-18 21:16 ` [PATCH v2] " Daniel Mack
0 siblings, 1 reply; 2+ messages in thread
From: Daniel Mack @ 2011-12-18 19:06 UTC (permalink / raw)
To: barebox
Signed-off-by: Daniel Mack <zonque@gmail.com>
---
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..260bf2e 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 + 0x224)
+#define DIE_ID_3 (OMAP_TAP_BASE + 0x228)
/** Masks to extract information from ID code register */
#define IDCODE_HAWKEYE_MASK 0x0FFFF000
--
1.7.7.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* [PATCH v2] omap3: add register definitions for chip die ID
2011-12-18 19:06 [PATCH] omap3: add register definitions for chip die ID Daniel Mack
@ 2011-12-18 21:16 ` Daniel Mack
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Mack @ 2011-12-18 21:16 UTC (permalink / raw)
To: barebox
Signed-off-by: Daniel Mack <zonque@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-12-18 21:16 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-12-18 19:06 [PATCH] omap3: add register definitions for chip die ID Daniel Mack
2011-12-18 21:16 ` [PATCH v2] " Daniel Mack
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox