Re: [U-Boot] [PATCH v2] OMAP5: Fix bug in omap5_es1_prcm struct

2013-06-06 Thread Lubomir Popov
Hi Tom, On 26/05/13 23:03, 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 >

Re: [U-Boot] [PATCH v2] OMAP5: Fix bug in omap5_es1_prcm struct

2013-05-28 Thread Tom Rini
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 on

[U-Boot] [PATCH v2] OMAP5: Fix bug in omap5_es1_prcm struct

2013-05-26 Thread Lubomir Popov
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) res