Skip to content

Commit

Permalink
ARM: iPAQ: no need to set PWER_RTC
Browse files Browse the repository at this point in the history
The rtc-sa1100 driver takes care of this.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
  • Loading branch information
Russell King committed Dec 6, 2009
1 parent 6e21ee6 commit 0fb85a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-sa1100/h3600.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 0fb85a5

Please sign in to comment.