summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/hw_data.c
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/cpu/armv7/omap5/hw_data.c
parente9b13ce0b6f58f9d1c9d2a4f3e2927b671503a9e (diff)
downloadblackbird-obmc-uboot-3ac8c0bf65759a1725e5dfc24a6e0214d6b37a4a.tar.gz
blackbird-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/cpu/armv7/omap5/hw_data.c')
-rw-r--r--arch/arm/cpu/armv7/omap5/hw_data.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index 32998aabb9..ad971327bf 100644
--- a/arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/arch/arm/cpu/armv7/omap5/hw_data.c
@@ -551,6 +551,7 @@ void hw_data_init(void)
break;
case DRA752_ES1_0:
+ case DRA752_ES1_1:
*prcm = &dra7xx_prcm;
*dplls_data = &dra7xx_dplls;
*omap_vcores = &dra752_volts;
@@ -578,6 +579,7 @@ void get_ioregs(const struct ctrl_ioregs **regs)
*regs = &ioregs_omap5432_es2;
break;
case DRA752_ES1_0:
+ case DRA752_ES1_1:
*regs = &ioregs_dra7xx_es1;
break;
OpenPOWER on IntegriCloud