|
@@ -20,6 +20,7 @@
|
|
|
|
|
|
#include <linux/init.h>
|
|
|
#include <linux/of_platform.h>
|
|
|
+#include <mach/common.h>
|
|
|
#include <mach/rcar-gen2.h>
|
|
|
#include <mach/r8a7790.h>
|
|
|
#include <asm/mach/arch.h>
|
|
@@ -41,5 +42,6 @@ DT_MACHINE_START(LAGER_DT, "lager")
|
|
|
.init_early = r8a7790_init_early,
|
|
|
.init_time = rcar_gen2_timer_init,
|
|
|
.init_machine = lager_add_standard_devices,
|
|
|
+ .init_late = shmobile_init_late,
|
|
|
.dt_compat = lager_boards_compat_dt,
|
|
|
MACHINE_END
|