summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/hw_data.c
diff options
context:
space:
mode:
authorLokesh Vutla <lokeshvutla@ti.com>2014-05-15 11:08:41 +0530
committerTom Rini <trini@ti.com>2014-05-23 19:40:04 -0400
commit9fcf3d3a1d9c28619c7a8a1c5b4bad80216744a8 (patch)
tree404c53db741a630fc9fc29df6d023fd2177bed1d /arch/arm/cpu/armv7/omap5/hw_data.c
parent4d6bf5542e93a9b503b077749f14c41b38a30e61 (diff)
downloadblackbird-obmc-uboot-9fcf3d3a1d9c28619c7a8a1c5b4bad80216744a8.tar.gz
blackbird-obmc-uboot-9fcf3d3a1d9c28619c7a8a1c5b4bad80216744a8.zip
ARM: DRA72x: Update EMIF data
DRA72 has 1GB connected to EMIF1 only. Updating the details. And also enable WA for BUG0039 only if corresponding EMIF is present. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index 1a6798d8b9..4baca11d7a 100644
--- a/arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/arch/arm/cpu/armv7/omap5/hw_data.c
@@ -619,6 +619,7 @@ void get_ioregs(const struct ctrl_ioregs **regs)
break;
case DRA752_ES1_0:
case DRA752_ES1_1:
+ case DRA722_ES1_0:
*regs = &ioregs_dra7xx_es1;
break;
OpenPOWER on IntegriCloud