dect
/
linux-2.6
Archived
13
0
Fork 0

ARM: iPAQ: no need to set PWER_RTC

The rtc-sa1100 driver takes care of this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
This commit is contained in:
Russell King 2009-10-06 16:40:24 +01:00
parent 6e21ee6aa7
commit 0fb85a5aa0
1 changed files with 1 additions and 1 deletions

View File

@ -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;