commit | 0fb85a5aa0958b2118eab8e035731051b05775bb | [log] [tgz] |
---|---|---|
author | Russell King <rmk+kernel@arm.linux.org.uk> | Tue Oct 06 16:40:24 2009 +0100 |
committer | Russell King <rmk+kernel@arm.linux.org.uk> | Sun Dec 06 16:52:25 2009 +0000 |
tree | e531fb306638abf3b7e3fc0b3da95cbb93a2fa87 | |
parent | 6e21ee6aa76df6297e6dcea22d6583cafdb669f7 [diff] [blame] |
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>
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c index 8a6a0e7..2f6ea17 100644 --- a/arch/arm/mach-sa1100/h3600.c +++ b/arch/arm/mach-sa1100/h3600.c
@@ -239,7 +239,7 @@ /* Configure suspend conditions */ PGSR = 0; - PWER = PWER_GPIO0 | PWER_RTC; + PWER = PWER_GPIO0; PCFR = PCFR_OPDE; PSDR = 0;