diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 13:06:28 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:16 -0500 |
commit | baa9588344d35d751d6e2b1677ec67e7b32d2878 (patch) | |
tree | 16996ca64d788d0fcd66053dd9d50d4557eea5c2 /arch/arm/mach-omap2/board-n8x0.c | |
parent | 35b47a405db2b26ce4e541e7add02e792b04f1fe (diff) |
ARM: restart: omap: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Acked-by: Tony Lindgren <tony@atomide.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-omap2/board-n8x0.c')
-rw-r--r-- | arch/arm/mach-omap2/board-n8x0.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/board-n8x0.c b/arch/arm/mach-omap2/board-n8x0.c index 736861463b34..cc1dd541224a 100644 --- a/arch/arm/mach-omap2/board-n8x0.c +++ b/arch/arm/mach-omap2/board-n8x0.c | |||
@@ -691,6 +691,7 @@ MACHINE_START(NOKIA_N800, "Nokia N800") | |||
691 | .init_irq = omap2_init_irq, | 691 | .init_irq = omap2_init_irq, |
692 | .init_machine = n8x0_init_machine, | 692 | .init_machine = n8x0_init_machine, |
693 | .timer = &omap2_timer, | 693 | .timer = &omap2_timer, |
694 | .restart = omap_prcm_restart, | ||
694 | MACHINE_END | 695 | MACHINE_END |
695 | 696 | ||
696 | MACHINE_START(NOKIA_N810, "Nokia N810") | 697 | MACHINE_START(NOKIA_N810, "Nokia N810") |
@@ -701,6 +702,7 @@ MACHINE_START(NOKIA_N810, "Nokia N810") | |||
701 | .init_irq = omap2_init_irq, | 702 | .init_irq = omap2_init_irq, |
702 | .init_machine = n8x0_init_machine, | 703 | .init_machine = n8x0_init_machine, |
703 | .timer = &omap2_timer, | 704 | .timer = &omap2_timer, |
705 | .restart = omap_prcm_restart, | ||
704 | MACHINE_END | 706 | MACHINE_END |
705 | 707 | ||
706 | MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | 708 | MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") |
@@ -711,4 +713,5 @@ MACHINE_START(NOKIA_N810_WIMAX, "Nokia N810 WiMAX") | |||
711 | .init_irq = omap2_init_irq, | 713 | .init_irq = omap2_init_irq, |
712 | .init_machine = n8x0_init_machine, | 714 | .init_machine = n8x0_init_machine, |
713 | .timer = &omap2_timer, | 715 | .timer = &omap2_timer, |
716 | .restart = omap_prcm_restart, | ||
714 | MACHINE_END | 717 | MACHINE_END |