[PATCH 1/4] ARM: STi: add stid127 soc support
From: srinivas kandagatla <hidden>
Date: 2014-01-31 12:35:06
Also in:
linux-devicetree, lkml
From: srinivas kandagatla <hidden>
Date: 2014-01-31 12:35:06
Also in:
linux-devicetree, lkml
Hi Arnd, On 30/01/14 18:39, Arnd Bergmann wrote:
Actually reading the code in this file shows that the L2 cache initialization is the only nonstandard thing in there. We should really find a way to get rid of the entire function.
I think this will get rid of lot of code left in board-dt.
Sorry if I missed the initial review, but can you explain why this is needed to start with?
On ST SoCs the default value for L2 AUX_CTRL register is 0x0, so we set the way-size explicit here. Thanks, srini