ARM: OMAP5+: Enable errata i727
Errata i727 is applicable on all OMAP5 and DRA7 variants but enabled only on OMAP5 ES1.0. So, enable it on all platforms. Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by: Tom Rini <trini@konsulko.com>
This commit is contained in:
parent
b6fefa76d0
commit
663f6fcaf0
@ -37,7 +37,8 @@ void set_lpmode_selfrefresh(u32 base)
|
||||
void force_emif_self_refresh()
|
||||
{
|
||||
set_lpmode_selfrefresh(EMIF1_BASE);
|
||||
set_lpmode_selfrefresh(EMIF2_BASE);
|
||||
if (!is_dra72x())
|
||||
set_lpmode_selfrefresh(EMIF2_BASE);
|
||||
}
|
||||
|
||||
inline u32 emif_num(u32 base)
|
||||
|
@ -147,8 +147,7 @@ void early_system_init(void)
|
||||
hw_data_init();
|
||||
|
||||
#ifdef CONFIG_SPL_BUILD
|
||||
if (warm_reset() &&
|
||||
(is_omap44xx() || (omap_revision() == OMAP5430_ES1_0)))
|
||||
if (warm_reset())
|
||||
force_emif_self_refresh();
|
||||
#endif
|
||||
watchdog_init();
|
||||
|
Loading…
Reference in New Issue
Block a user