summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/armv7/omap5/hw_data.c
diff options
context:
space:
mode:
authorSricharan R <r.sricharan@ti.com>2014-07-31 12:05:50 +0530
committerTom Rini <trini@ti.com>2014-08-25 10:48:13 -0400
commitf2a1b93b5c6641a73f7b4a274fa2a5a1adc08006 (patch)
treeea29d7b9c1398a6187fe8d65e87aa2ff36bedb80 /arch/arm/cpu/armv7/omap5/hw_data.c
parent457baf54891c466108603ac5ce117d7fd1ef9a6e (diff)
downloadblackbird-obmc-uboot-f2a1b93b5c6641a73f7b4a274fa2a5a1adc08006.tar.gz
blackbird-obmc-uboot-f2a1b93b5c6641a73f7b4a274fa2a5a1adc08006.zip
ARM: DRA7: Enable software leveling for dra7
Currently hw leveling is enabled by default on DRA7/72. But the hardware team suggested to use sw leveling as hw leveling is not characterized and seen some test case failures. So enabling sw leveling on all DRA7 platforms. Signed-off-by: Sricharan R <r.sricharan@ti.com> Signed-off-by: Lokesh Vutla <lokeshvutla@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, 1 insertions, 1 deletions
diff --git a/arch/arm/cpu/armv7/omap5/hw_data.c b/arch/arm/cpu/armv7/omap5/hw_data.c
index 4baca11d7a..ed89f85458 100644
--- a/arch/arm/cpu/armv7/omap5/hw_data.c
+++ b/arch/arm/cpu/armv7/omap5/hw_data.c
@@ -556,7 +556,7 @@ const struct ctrl_ioregs ioregs_dra7xx_es1 = {
.ctrl_ddrio_1 = 0x84210840,
.ctrl_ddrio_2 = 0x84210000,
.ctrl_emif_sdram_config_ext = 0x0001C1A7,
- .ctrl_emif_sdram_config_ext_final = 0x000101A7,
+ .ctrl_emif_sdram_config_ext_final = 0x0001C1A7,
.ctrl_ddr_ctrl_ext_0 = 0xA2000000,
};
OpenPOWER on IntegriCloud