Skip to content
Snippets Groups Projects
Commit e0a8c99e authored by Lubomir Popov's avatar Lubomir Popov Committed by Tom Rini
Browse files

OMAP5: Fix bug in omap5_es1_prcm struct


The newly introduced function setup_warmreset_time(), called
from within prcm_init(), tries to write to the prm_rsttime
OMAP5 register. The struct member holding this register's
address is however initialized for OMAP5 ES2.0 only. On ES1.0
devices this uninitialized value causes a second (warm) reset
at startup.

Add .prm_rsttime address init to the ES1.0 struct.

Signed-off-by: default avatarLubomir Popov <lpopov@mm-sol.com>
Acked-by: default avatarTom Rini <trini@ti.com>
parent e69c585d
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment