|
@@ -339,6 +339,7 @@ static const char * stericsson_dt_platform_compat[] = {
|
|
};
|
|
};
|
|
|
|
|
|
DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)")
|
|
DT_MACHINE_START(U8500_DT, "ST-Ericsson Ux5x0 platform (Device Tree Support)")
|
|
|
|
+ .smp = smp_ops(ux500_smp_ops),
|
|
.map_io = u8500_map_io,
|
|
.map_io = u8500_map_io,
|
|
.init_irq = ux500_init_irq,
|
|
.init_irq = ux500_init_irq,
|
|
/* we re-use nomadik timer here */
|
|
/* we re-use nomadik timer here */
|