diff options
author | Bengt Jonsson <bengt.g.jonsson@stericsson.com> | 2012-02-02 11:36:49 +0100 |
---|---|---|
committer | Philippe Langlais <philippe.langlais@stericsson.com> | 2012-05-22 11:02:44 +0200 |
commit | d95ab8443f278f6c917c508a8745c09a298c9fff (patch) | |
tree | 3efd5e0617cdb94383efadbd9acfe8aef26f29ca /arch/arm/mach-ux500/board-mop500.c | |
parent | b17568f4694c43eafd78cc92bdee14b3610bb729 (diff) |
ux500: Add U8520 machine
ST-Ericsson ID: 371953
Signed-off-by: Bengt Jonsson <bengt.g.jonsson@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/board-mop500.c')
-rw-r--r-- | arch/arm/mach-ux500/board-mop500.c | 16 |
1 files changed, 15 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/board-mop500.c b/arch/arm/mach-ux500/board-mop500.c index 553b5ef568e..2f375d64e77 100644 --- a/arch/arm/mach-ux500/board-mop500.c +++ b/arch/arm/mach-ux500/board-mop500.c @@ -1330,6 +1330,20 @@ MACHINE_START(U8500, "ST-Ericsson MOP500 platform") .restart = ux500_restart, MACHINE_END +/* + * NOTE! 8520 machine reports as a HREFV60 until user space updates has been + * done for 8520. + */ +MACHINE_START(U8520, "ST-Ericsson U8500 Platform HREFv60+") + .atag_offset = 0x100, + .map_io = u8500_map_io, + .init_irq = ux500_init_irq, + .timer = &ux500_timer, + .handle_irq = gic_handle_irq, + .init_machine = hrefv60_init_machine, + .restart = ux500_restart, +MACHINE_END + MACHINE_START(HREFV60, "ST-Ericsson U8500 Platform HREFv60+") .atag_offset = 0x100, .map_io = u8500_map_io, @@ -1351,7 +1365,7 @@ MACHINE_START(SNOWBALL, "ST-Ericsson Snowball platform") .restart = ux500_restart, MACHINE_END -/* Tempoary reuse hrefv60 machine */ +/* Temporary reuse hrefv60 machine */ MACHINE_START(U9540, "ST-Ericsson 9540 platform") .atag_offset = 0x100, .map_io = u8500_map_io, |