[PATCH] ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build

2013-02-25 Thread Santosh Shilimkar
OMAP4460 ROM code bug needs the GIC distributor and local timer bases to be available for the bug work around. In current code, dt case these bases are not initialized leading to failure of the errata work-around. Fix it by extracting the bases from dt blob and populating them. Reported-by:

Re: [PATCH] ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build

2013-02-25 Thread Jon Hunter
On 02/25/2013 06:09 AM, Santosh Shilimkar wrote: OMAP4460 ROM code bug needs the GIC distributor and local timer bases to be available for the bug work around. In current code, dt case these bases are not initialized leading to failure of the errata work-around. Fix it by extracting the

Re: [PATCH] ARM: OMAP4: Fix the init code to have OMAP4460 errata available in DT build

2013-02-25 Thread Santosh Shilimkar
On Monday 25 February 2013 08:32 PM, Jon Hunter wrote: On 02/25/2013 06:09 AM, Santosh Shilimkar wrote: OMAP4460 ROM code bug needs the GIC distributor and local timer bases to be available for the bug work around. In current code, dt case these bases are not initialized leading to failure of