Skip to content

Commit f5d70b9

Browse files
Magnus Dammhorms
authored andcommitted
ARM: shmobile: r8a7790: Prioritize DT APMU support
Adjust the r8a7790 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: Magnus Damm <damm+renesas@opensource.se> Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
1 parent c21af44 commit f5d70b9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

arch/arm/mach-shmobile/setup-r8a7790.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ static const char * const r8a7790_boards_compat_dt[] __initconst = {
2828
};
2929

3030
DT_MACHINE_START(R8A7790_DT, "Generic R8A7790 (Flattened Device Tree)")
31+
.smp_init = shmobile_smp_init_fallback_ops,
3132
.smp = smp_ops(r8a7790_smp_ops),
3233
.init_early = shmobile_init_delay,
3334
.init_time = rcar_gen2_timer_init,

0 commit comments

Comments
 (0)