aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-ux500/board-mop500.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r--arch/arm/mach-ux500/board-mop500.c13
1 files changed, 11 insertions, 2 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c
index 416d436111f2..e4dad222b821 100644
--- a/arch/arm/mach-ux500/board-mop500.c
+++ b/arch/arm/mach-ux500/board-mop500.c
@@ -1,6 +1,5 @@
1
2/* 1/*
3 * Copyright (C) 2008-2009 ST-Ericsson 2 * Copyright (C) 2008-2012 ST-Ericsson
4 * 3 *
5 * Author: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com> 4 * Author: Srinidhi KASAGAR <srinidhi.kasagar@stericsson.com>
6 * 5 *
@@ -701,6 +700,16 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform")
701 .init_late = ux500_init_late, 700 .init_late = ux500_init_late,
702MACHINE_END 701MACHINE_END
703 702
703MACHINE_START(U8520, "ST-Ericsson U8520 Platform HREFP520")
704 .atag_offset = 0x100,
705 .map_io = u8500_map_io,
706 .init_irq = ux500_init_irq,
707 .timer = &ux500_timer,
708 .handle_irq = gic_handle_irq,
709 .init_machine = mop500_init_machine,
710 .init_late = ux500_init_late,
711MACHINE_END
712
704MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") 713MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+")
705 .atag_offset = 0x100, 714 .atag_offset = 0x100,
706 .smp = smp_ops(ux500_smp_ops), 715 .smp = smp_ops(ux500_smp_ops),