Re: [PATCH] ARM: at91: sama5d4: Properly configure L2CC

2015-03-09 Thread Alexandre Belloni
On 09/03/2015 at 17:23:37 +, Russell King - ARM Linux wrote : > On Wed, Mar 04, 2015 at 12:29:23PM +0100, Alexandre Belloni wrote: > > As the bootloader may not properly configure the L2CC, enforce its > > configuration > > in the kernel. > > > > Signed-off-by: Alexandre Belloni > > And I a

Re: [PATCH] ARM: at91: sama5d4: Properly configure L2CC

2015-03-09 Thread Russell King - ARM Linux
On Wed, Mar 04, 2015 at 12:29:23PM +0100, Alexandre Belloni wrote: > As the bootloader may not properly configure the L2CC, enforce its > configuration > in the kernel. > > Signed-off-by: Alexandre Belloni And I assume you never bothered to read the kernel messages which result from this? I gu

[PATCH] ARM: at91: sama5d4: Properly configure L2CC

2015-03-04 Thread Alexandre Belloni
As the bootloader may not properly configure the L2CC, enforce its configuration in the kernel. Signed-off-by: Alexandre Belloni --- arch/arm/boot/dts/sama5d4.dtsi | 4 arch/arm/mach-at91/sama5.c | 3 +++ 2 files changed, 7 insertions(+) diff --git a/arch/arm/boot/dts/sama5d4.dtsi b/ar