Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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

parent abe94c75
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -334,8 +334,8 @@ static void realview_pbx_reset(char mode)
	 * in the system FPGA
	 */
	__raw_writel(REALVIEW_SYS_LOCK_VAL, lock_ctrl);
	__raw_writel(0x0000, reset_ctrl);
	__raw_writel(0x0004, reset_ctrl);
	__raw_writel(0x00F0, reset_ctrl);
	__raw_writel(0x00F4, reset_ctrl);
}

static void __init realview_pbx_init(void)