diff options
author | Lokesh Vutla <lokeshvutla@ti.com> | 2014-05-15 11:08:41 +0530 |
---|---|---|
committer | Tom Rini <trini@ti.com> | 2014-05-23 19:40:04 -0400 |
commit | 9fcf3d3a1d9c28619c7a8a1c5b4bad80216744a8 (patch) | |
tree | 404c53db741a630fc9fc29df6d023fd2177bed1d /arch/arm/cpu/armv7/omap5/hw_data.c | |
parent | 4d6bf5542e93a9b503b077749f14c41b38a30e61 (diff) |
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.c | 1 |
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; |