Skip to content

Commit

Permalink
ARM: 8660/1: shmobile: r7s72100: Enable L2 cache
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Chris Brandt authored and Russell King committed Mar 17, 2017
1 parent 471b5e4 commit a96bb19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/arm/mach-shmobile/setup-r7s72100.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,8 @@ static const char *const r7s72100_boards_compat_dt[] __initconst = {
};

DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
.l2c_aux_val = 0,
.l2c_aux_mask = ~0,
.init_early = shmobile_init_delay,
.init_late = shmobile_init_late,
.dt_compat = r7s72100_boards_compat_dt,
Expand Down

0 comments on commit a96bb19

Please sign in to comment.