|
@@ -311,6 +311,7 @@ static const char *r8a73a4_boards_compat_dt[] __initdata = {
|
|
|
|
|
|
DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
|
|
DT_MACHINE_START(R8A73A4_DT, "Generic R8A73A4 (Flattened Device Tree)")
|
|
.init_early = r8a73a4_init_early,
|
|
.init_early = r8a73a4_init_early,
|
|
|
|
+ .init_late = shmobile_init_late,
|
|
.dt_compat = r8a73a4_boards_compat_dt,
|
|
.dt_compat = r8a73a4_boards_compat_dt,
|
|
MACHINE_END
|
|
MACHINE_END
|
|
#endif /* CONFIG_USE_OF */
|
|
#endif /* CONFIG_USE_OF */
|