提交 a96bb197 编写于 作者: C Chris Brandt 提交者: Russell King

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: NChris Brandt <chris.brandt@renesas.com>
Reviewed-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Acked-by: NArnd Bergmann <arnd@arndb.de>
Signed-off-by: NRussell King <rmk+kernel@armlinux.org.uk>
上级 471b5e42
...@@ -26,6 +26,8 @@ static const char *const r7s72100_boards_compat_dt[] __initconst = { ...@@ -26,6 +26,8 @@ static const char *const r7s72100_boards_compat_dt[] __initconst = {
}; };
DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)") DT_MACHINE_START(R7S72100_DT, "Generic R7S72100 (Flattened Device Tree)")
.l2c_aux_val = 0,
.l2c_aux_mask = ~0,
.init_early = shmobile_init_delay, .init_early = shmobile_init_delay,
.init_late = shmobile_init_late, .init_late = shmobile_init_late,
.dt_compat = r7s72100_boards_compat_dt, .dt_compat = r7s72100_boards_compat_dt,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册