summaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/omap_common.h
diff options
context:
space:
mode:
authorNishanth Menon <nm@ti.com>2014-01-14 10:54:42 -0600
committerTom Rini <trini@ti.com>2014-01-24 11:41:17 -0500
commit3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a (patch)
treea86046d5ce2a791ea4c9b2c459d20578c12339dd /arch/arm/include/asm/omap_common.h
parente9b13ce0b6f58f9d1c9d2a4f3e2927b671503a9e (diff)
downloadtalos-obmc-uboot-3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a.tar.gz
talos-obmc-uboot-3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a.zip
DRA7: Add support for ES1.1 silicon ID code
ES1.1 silicon is a very minor variant of ES1.0. Add priliminary support for ES1.1 IDCODE change. Signed-off-by: Nishanth Menon <nm@ti.com> Reviewed-by: Tom Rini <trini@ti.com>
Diffstat (limited to 'arch/arm/include/asm/omap_common.h')
-rw-r--r--arch/arm/include/asm/omap_common.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/include/asm/omap_common.h b/arch/arm/include/asm/omap_common.h
index 4efc89ee20..04925bca1c 100644
--- a/arch/arm/include/asm/omap_common.h
+++ b/arch/arm/include/asm/omap_common.h
@@ -642,6 +642,7 @@ static inline u8 is_dra7xx(void)
/* DRA7XX */
#define DRA752_ES1_0 0x07520100
+#define DRA752_ES1_1 0x07520110
/*
* SRAM scratch space entries
OpenPOWER on IntegriCloud