projects
/
platform
/
kernel
/
kernel-mfld-blackbay.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e21ee6
)
ARM: iPAQ: no need to set PWER_RTC
author
Russell King
<rmk+kernel@arm.linux.org.uk>
Tue, 6 Oct 2009 15:40:24 +0000
(16:40 +0100)
committer
Russell King
<rmk+kernel@arm.linux.org.uk>
Sun, 6 Dec 2009 16:52:25 +0000
(16:52 +0000)
The rtc-sa1100 driver takes care of this.
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/mach-sa1100/h3600.c
patch
|
blob
|
history
diff --git
a/arch/arm/mach-sa1100/h3600.c
b/arch/arm/mach-sa1100/h3600.c
index
8a6a0e7
..
2f6ea17
100644
(file)
--- 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;