提交 f89a5170 编写于 作者: M Magnus Damm 提交者: Simon Horman

ARM: shmobile: r8a7791: Prioritize DT APMU support

Adjust the r8a7791 SoC support code to not configure any non-DT SMP code
in case the DT-based enable-method has been installed already.
Signed-off-by: NMagnus Damm <damm+renesas@opensource.se>
Signed-off-by: NGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: NSimon Horman <horms+renesas@verge.net.au>
上级 f5d70b9c
...@@ -29,6 +29,7 @@ static const char *const r8a7791_boards_compat_dt[] __initconst = { ...@@ -29,6 +29,7 @@ static const char *const r8a7791_boards_compat_dt[] __initconst = {
}; };
DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)") DT_MACHINE_START(R8A7791_DT, "Generic R8A7791 (Flattened Device Tree)")
.smp_init = shmobile_smp_init_fallback_ops,
.smp = smp_ops(r8a7791_smp_ops), .smp = smp_ops(r8a7791_smp_ops),
.init_early = shmobile_init_delay, .init_early = shmobile_init_delay,
.init_time = rcar_gen2_timer_init, .init_time = rcar_gen2_timer_init,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册