summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-tegra/board-paz00.c
diff options
context:
space:
mode:
authorRussell King2011-11-05 09:48:33 +0100
committerRussell King2012-01-05 13:57:20 +0100
commitabea3f2ce05f57e185b080e4a313f9fb519a0ecb (patch)
tree276a3714bd1b97418b73f46ec0522e0b4a69a584 /arch/arm/mach-tegra/board-paz00.c
parentARM: restart: spear: use new restart hook (diff)
downloadkernel-qcow2-linux-abea3f2ce05f57e185b080e4a313f9fb519a0ecb.tar.gz
kernel-qcow2-linux-abea3f2ce05f57e185b080e4a313f9fb519a0ecb.tar.xz
kernel-qcow2-linux-abea3f2ce05f57e185b080e4a313f9fb519a0ecb.zip
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-paz00.c')
-rw-r--r--arch/arm/mach-tegra/board-paz00.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/board-paz00.c b/arch/arm/mach-tegra/board-paz00.c
index 55c55ba89f1e..28c97e317407 100644
--- a/arch/arm/mach-tegra/board-paz00.c
+++ b/arch/arm/mach-tegra/board-paz00.c
@@ -192,4 +192,5 @@ MACHINE_START(PAZ00, "Toshiba AC100 / Dynabook AZ")
.init_irq = tegra_init_irq,
.timer = &tegra_timer,
.init_machine = tegra_paz00_init,
+ .restart = tegra_assert_system_reset,
MACHINE_END