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

Commit 0fb85a5a authored by Russell King's avatar Russell King
Browse files

ARM: iPAQ: no need to set PWER_RTC



The rtc-sa1100 driver takes care of this.

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 6e21ee6a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -239,7 +239,7 @@ static void __init h3xxx_map_io(void)

	/* Configure suspend conditions */
	PGSR = 0;
	PWER = PWER_GPIO0 | PWER_RTC;
	PWER = PWER_GPIO0;
	PCFR = PCFR_OPDE;
	PSDR = 0;