
28 May
2013
28 May
'13
11:03 p.m.
On Sun, May 26, 2013 at 11:03:17PM +0300, Lubomir Popov wrote:
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: Lubomir Popov lpopov@mm-sol.com
Acked-by: Tom Rini trini@ti.com
--
Tom