summaryrefslogtreecommitdiff
path: root/arch/arm/mach-realview/include/mach/board-pb1176.h
diff options
context:
space:
mode:
authorPhilby John <pjohn@in.mvista.com>2009-10-28 18:09:12 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-11-01 14:19:34 (GMT)
commit426fcd2a351e4bf662fee9fa2cf2603a48223164 (patch)
tree8abcf507bc2d7d4e285073add55729ceeddb5c44 /arch/arm/mach-realview/include/mach/board-pb1176.h
parentdf71dfd4ca01130f98d9dbfab76c440d72a177c6 (diff)
downloadlinux-fsl-qoriq-426fcd2a351e4bf662fee9fa2cf2603a48223164.tar.xz
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>
Diffstat (limited to 'arch/arm/mach-realview/include/mach/board-pb1176.h')
-rw-r--r--arch/arm/mach-realview/include/mach/board-pb1176.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/mach-realview/include/mach/board-pb1176.h b/arch/arm/mach-realview/include/mach/board-pb1176.h
index 98f8e7e..34b80b7 100644
--- a/arch/arm/mach-realview/include/mach/board-pb1176.h
+++ b/arch/arm/mach-realview/include/mach/board-pb1176.h
@@ -73,4 +73,9 @@
#define REALVIEW_PB1176_GIC_DIST_BASE 0x10041000 /* GIC distributor, on FPGA */
#define REALVIEW_PB1176_L220_BASE 0x10110000 /* L220 registers */
+/*
+ * Control register SYS_RESETCTL is set to 1 to force a soft reset
+ */
+#define REALVIEW_PB1176_SYS_LOCKVAL_RSTCTL 0x0100
+
#endif /* __ASM_ARCH_BOARD_PB1176_H */