ARM: 5774/1: Fix Realview ARM1176PB board reboot
authorPhilby John <pjohn@in.mvista.com>
Wed, 28 Oct 2009 18:09:12 +0000 (19:09 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Sun, 1 Nov 2009 14:19:34 +0000 (14:19 +0000)
commit426fcd2a351e4bf662fee9fa2cf2603a48223164
tree8abcf507bc2d7d4e285073add55729ceeddb5c44
parentdf71dfd4ca01130f98d9dbfab76c440d72a177c6
ARM: 5774/1: Fix Realview ARM1176PB board reboot

This is the fix for proper reboot of Realview ARM1176PB board
when issuing the reboot command. Setting the eighth bit of
control register SYS_RESETCTL to 1 to force a soft reset.
arch_reset() is modified for realview machines to call machine
specific reset function pointers.

Signed-off-by: Philby John <pjohn@in.mvista.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-realview/core.h
arch/arm/mach-realview/include/mach/board-pb1176.h
arch/arm/mach-realview/include/mach/board-pb11mp.h
arch/arm/mach-realview/include/mach/platform.h
arch/arm/mach-realview/include/mach/system.h
arch/arm/mach-realview/realview_pb1176.c
arch/arm/mach-realview/realview_pb11mp.c