|
@@ -129,6 +129,24 @@ DT_MACHINE_START(OMAP3_DT, "Generic OMAP3 (Flattened Device Tree)")
|
|
|
.restart = omap3xxx_restart,
|
|
|
MACHINE_END
|
|
|
|
|
|
+static const char *omap36xx_boards_compat[] __initdata = {
|
|
|
+ "ti,omap36xx",
|
|
|
+ NULL,
|
|
|
+};
|
|
|
+
|
|
|
+DT_MACHINE_START(OMAP36XX_DT, "Generic OMAP36xx (Flattened Device Tree)")
|
|
|
+ .reserve = omap_reserve,
|
|
|
+ .map_io = omap3_map_io,
|
|
|
+ .init_early = omap3630_init_early,
|
|
|
+ .init_irq = omap_intc_of_init,
|
|
|
+ .handle_irq = omap3_intc_handle_irq,
|
|
|
+ .init_machine = omap_generic_init,
|
|
|
+ .init_late = omap3_init_late,
|
|
|
+ .init_time = omap3_sync32k_timer_init,
|
|
|
+ .dt_compat = omap36xx_boards_compat,
|
|
|
+ .restart = omap3xxx_restart,
|
|
|
+MACHINE_END
|
|
|
+
|
|
|
static const char *omap3_gp_boards_compat[] __initdata = {
|
|
|
"ti,omap3-beagle",
|
|
|
"timll,omap3-devkit8000",
|