Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ARM: 8660/1: shmobile: r7s72100: Enable L2 cache

Even though L2C is specified in the DT, you still need to add the aux
settings in the machine_desc.

Signed-off-by: Chris Brandt <chris.brandt@renesas.com>
Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>

authored by

Chris Brandt and committed by
Russell King
a96bb197 471b5e42

+2
+2
arch/arm/mach-shmobile/setup-r7s72100.c
··· 26 26 }; 27 27 28 28 DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)") 29 + .l2c_aux_val = 0, 30 + .l2c_aux_mask = ~0, 29 31 .init_early = shmobile_init_delay, 30 32 .init_late = shmobile_init_late, 31 33 .dt_compat = r7s72100_boards_compat_dt,