|
@@ -694,6 +694,7 @@ static void __init hrefv60_init_machine(void)
|
|
MACHINE_START(U8500, "ST-Ericsson MOP500 platform")
|
|
MACHINE_START(U8500, "ST-Ericsson MOP500 platform")
|
|
/* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */
|
|
/* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */
|
|
.atag_offset = 0x100,
|
|
.atag_offset = 0x100,
|
|
|
|
+ .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 */
|
|
@@ -705,6 +706,7 @@ MACHINE_END
|
|
|
|
|
|
MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+")
|
|
MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+")
|
|
.atag_offset = 0x100,
|
|
.atag_offset = 0x100,
|
|
|
|
+ .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,
|
|
.timer = &ux500_timer,
|
|
.timer = &ux500_timer,
|
|
@@ -715,6 +717,7 @@ MACHINE_END
|
|
|
|
|
|
MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
|
|
MACHINE_START(SNOWBALL, "Calao Systems Snowball platform")
|
|
.atag_offset = 0x100,
|
|
.atag_offset = 0x100,
|
|
|
|
+ .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 */
|
|
@@ -844,6 +847,7 @@ static const char * u8500_dt_board_compat[] = {
|
|
|
|
|
|
|
|
|
|
DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 platform (Device Tree Support)")
|
|
DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 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 */
|