Commit df2e615a authored by Colin Tuckley's avatar Colin Tuckley Committed by Russell King

ARM: 5907/1: ARM: Fix the reset on the RealView PBX Development board

Signed-off-by: default avatarColin Tuckley <colin.tuckley@arm.com>
Acked-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent abe94c75
...@@ -334,8 +334,8 @@ static void realview_pbx_reset(char mode) ...@@ -334,8 +334,8 @@ static void realview_pbx_reset(char mode)
* in the system FPGA * in the system FPGA
*/ */
__raw_writel(REALVIEW_SYS_LOCK_VAL, lock_ctrl); __raw_writel(REALVIEW_SYS_LOCK_VAL, lock_ctrl);
__raw_writel(0x0000, reset_ctrl); __raw_writel(0x00F0, reset_ctrl);
__raw_writel(0x0004, reset_ctrl); __raw_writel(0x00F4, reset_ctrl);
} }
static void __init realview_pbx_init(void) static void __init realview_pbx_init(void)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment