|
@@ -28,6 +28,7 @@ static const char * const r8a7790_boards_compat_dt[] __initconst = {
|
|
|
};
|
|
|
|
|
|
DT_MACHINE_START(R8A7790_DT, "Generic R8A7790 (Flattened Device Tree)")
|
|
|
+ .smp_init = shmobile_smp_init_fallback_ops,
|
|
|
.smp = smp_ops(r8a7790_smp_ops),
|
|
|
.init_early = shmobile_init_delay,
|
|
|
.init_time = rcar_gen2_timer_init,
|