aboutsummaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@arm.linux.org.uk>2009-10-06 16:40:24 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-12-06 16:52:25 +0000
commit0fb85a5aa0958b2118eab8e035731051b05775bb (patch)
treee531fb306638abf3b7e3fc0b3da95cbb93a2fa87 /arch
parentARM: iPAQ: move serial port support functions (diff)
downloadlinux-dev-0fb85a5aa0958b2118eab8e035731051b05775bb.tar.xz
linux-dev-0fb85a5aa0958b2118eab8e035731051b05775bb.zip
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>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/mach-sa1100/h3600.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-sa1100/h3600.c b/arch/arm/mach-sa1100/h3600.c
index 8a6a0e744db3..2f6ea1776285 100644
--- a/arch/arm/mach-sa1100/h3600.c
+++ b/arch/arm/mach-sa1100/h3600.c
@@ -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;