diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-11-05 04:48:33 -0400 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2012-01-05 07:57:20 -0500 |
commit | abea3f2ce05f57e185b080e4a313f9fb519a0ecb (patch) | |
tree | 276a3714bd1b97418b73f46ec0522e0b4a69a584 /arch/arm/mach-tegra/board-seaboard.c | |
parent | dd1661e27a7879d3af0024ba94e171522492dd2f (diff) |
ARM: restart: tegra: use new restart hook
Hook these platforms restart code into the new restart hook rather
than using arch_reset().
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-tegra/board-seaboard.c')
-rw-r--r-- | arch/arm/mach-tegra/board-seaboard.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-seaboard.c b/arch/arm/mach-tegra/board-seaboard.c index bf13ea355efc..9b2eca1f5283 100644 --- a/arch/arm/mach-tegra/board-seaboard.c +++ b/arch/arm/mach-tegra/board-seaboard.c | |||
@@ -286,6 +286,7 @@ MACHINE_START(SEABOARD, "seaboard") | |||
286 | .init_irq = tegra_init_irq, | 286 | .init_irq = tegra_init_irq, |
287 | .timer = &tegra_timer, | 287 | .timer = &tegra_timer, |
288 | .init_machine = tegra_seaboard_init, | 288 | .init_machine = tegra_seaboard_init, |
289 | .restart = tegra_assert_system_reset, | ||
289 | MACHINE_END | 290 | MACHINE_END |
290 | 291 | ||
291 | MACHINE_START(KAEN, "kaen") | 292 | MACHINE_START(KAEN, "kaen") |
@@ -295,6 +296,7 @@ MACHINE_START(KAEN, "kaen") | |||
295 | .init_irq = tegra_init_irq, | 296 | .init_irq = tegra_init_irq, |
296 | .timer = &tegra_timer, | 297 | .timer = &tegra_timer, |
297 | .init_machine = tegra_kaen_init, | 298 | .init_machine = tegra_kaen_init, |
299 | .restart = tegra_assert_system_reset, | ||
298 | MACHINE_END | 300 | MACHINE_END |
299 | 301 | ||
300 | MACHINE_START(WARIO, "wario") | 302 | MACHINE_START(WARIO, "wario") |
@@ -304,4 +306,5 @@ MACHINE_START(WARIO, "wario") | |||
304 | .init_irq = tegra_init_irq, | 306 | .init_irq = tegra_init_irq, |
305 | .timer = &tegra_timer, | 307 | .timer = &tegra_timer, |
306 | .init_machine = tegra_wario_init, | 308 | .init_machine = tegra_wario_init, |
309 | .restart = tegra_assert_system_reset, | ||
307 | MACHINE_END | 310 | MACHINE_END |