diff options
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 074791306c99..416d436111f2 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c | |||
@@ -49,7 +49,7 @@ | |||
49 | #include <mach/setup.h> | 49 | #include <mach/setup.h> |
50 | #include <mach/devices.h> | 50 | #include <mach/devices.h> |
51 | #include <mach/irqs.h> | 51 | #include <mach/irqs.h> |
52 | #include <mach/crypto-ux500.h> | 52 | #include <linux/platform_data/crypto-ux500.h> |
53 | 53 | ||
54 | #include "ste-dma40-db8500.h" | 54 | #include "ste-dma40-db8500.h" |
55 | #include "devices-db8500.h" | 55 | #include "devices-db8500.h" |
@@ -691,6 +691,7 @@ static void __init hrefv60_init_machine(void) | |||
691 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") | 691 | MACHINE_START(U8500, "ST-Ericsson MOP500 platform") |
692 | /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ | 692 | /* Maintainer: Srinidhi Kasagar <srinidhi.kasagar@stericsson.com> */ |
693 | .atag_offset = 0x100, | 693 | .atag_offset = 0x100, |
694 | .smp = smp_ops(ux500_smp_ops), | ||
694 | .map_io = u8500_map_io, | 695 | .map_io = u8500_map_io, |
695 | .init_irq = ux500_init_irq, | 696 | .init_irq = ux500_init_irq, |
696 | /* we re-use nomadik timer here */ | 697 | /* we re-use nomadik timer here */ |
@@ -702,6 +703,7 @@ MACHINE_END | |||
702 | 703 | ||
703 | MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") | 704 | MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") |
704 | .atag_offset = 0x100, | 705 | .atag_offset = 0x100, |
706 | .smp = smp_ops(ux500_smp_ops), | ||
705 | .map_io = u8500_map_io, | 707 | .map_io = u8500_map_io, |
706 | .init_irq = ux500_init_irq, | 708 | .init_irq = ux500_init_irq, |
707 | .timer = &ux500_timer, | 709 | .timer = &ux500_timer, |
@@ -712,6 +714,7 @@ MACHINE_END | |||
712 | 714 | ||
713 | MACHINE_START(SNOWBALL, "Calao Systems Snowball platform") | 715 | MACHINE_START(SNOWBALL, "Calao Systems Snowball platform") |
714 | .atag_offset = 0x100, | 716 | .atag_offset = 0x100, |
717 | .smp = smp_ops(ux500_smp_ops), | ||
715 | .map_io = u8500_map_io, | 718 | .map_io = u8500_map_io, |
716 | .init_irq = ux500_init_irq, | 719 | .init_irq = ux500_init_irq, |
717 | /* we re-use nomadik timer here */ | 720 | /* we re-use nomadik timer here */ |
@@ -839,6 +842,7 @@ static const char * u8500_dt_board_compat[] = { | |||
839 | 842 | ||
840 | 843 | ||
841 | DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 platform (Device Tree Support)") | 844 | DT_MACHINE_START(U8500_DT, "ST-Ericsson U8500 platform (Device Tree Support)") |
845 | .smp = smp_ops(ux500_smp_ops), | ||
842 | .map_io = u8500_map_io, | 846 | .map_io = u8500_map_io, |
843 | .init_irq = ux500_init_irq, | 847 | .init_irq = ux500_init_irq, |
844 | /* we re-use nomadik timer here */ | 848 | /* we re-use nomadik timer here */ |