Signed-off-by: Daniel Mack <zonque@xxxxxxxxx> --- 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@xxxxxxxxxxxxxxxxxxx http://lists.infradead.org/mailman/listinfo/barebox