diff options
| author | Nishanth Menon <nm@ti.com> | 2014-01-14 10:54:42 -0600 |
|---|---|---|
| committer | Tom Rini <trini@ti.com> | 2014-01-24 11:41:17 -0500 |
| commit | 3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a (patch) | |
| tree | a86046d5ce2a791ea4c9b2c459d20578c12339dd /arch/arm/include/asm/omap_common.h | |
| parent | e9b13ce0b6f58f9d1c9d2a4f3e2927b671503a9e (diff) | |
| download | olio-uboot-2014.01-3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a.tar.xz olio-uboot-2014.01-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.h | 1 |
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 4efc89ee2..04925bca1 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 |