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

Signed-off-by: Colin Tuckley <colin.tuckley@arm.com>
Acked-by: Catalin Marinas <catalin.marinas@arm.com>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by Colin Tuckley and committed by Russell King df2e615a abe94c75

+2 -2
+2 -2
arch/arm/mach-realview/realview_pbx.c
··· 334 * in the system FPGA 335 */ 336 __raw_writel(REALVIEW_SYS_LOCK_VAL, lock_ctrl); 337 - __raw_writel(0x0000, reset_ctrl); 338 - __raw_writel(0x0004, reset_ctrl); 339 } 340 341 static void __init realview_pbx_init(void)
··· 334 * in the system FPGA 335 */ 336 __raw_writel(REALVIEW_SYS_LOCK_VAL, lock_ctrl); 337 + __raw_writel(0x00F0, reset_ctrl); 338 + __raw_writel(0x00F4, reset_ctrl); 339 } 340 341 static void __init realview_pbx_init(void)