projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e8a7e48
)
ARM: mmp2: remove not used clk_rtc
author
Jason Chagas
<jason.chagas@marvell.com>
Mon, 15 Nov 2010 01:50:12 +0000
(09:50 +0800)
committer
Eric Miao
<eric.y.miao@gmail.com>
Tue, 30 Nov 2010 12:14:03 +0000
(20:14 +0800)
RTC clock will remain at 32KHz and powered on, there is no need for it
at this moment.
Signed-off-by: Jason Chagas <jason.chagas@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
arch/arm/mach-mmp/mmp2.c
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-mmp/mmp2.c
b/arch/arm/mach-mmp/mmp2.c
index daf3993349f81986fa8f5b90ca0c4bcb4e7acc8a..2e3dd08ccc3f3f1d062eaac583b92109e39c31f4 100644
(file)
--- a/
arch/arm/mach-mmp/mmp2.c
+++ b/
arch/arm/mach-mmp/mmp2.c
@@
-126,7
+126,6
@@
static APBC_CLK(twsi3, MMP2_TWSI3, 0, 26000000);
static APBC_CLK(twsi4, MMP2_TWSI4, 0, 26000000);
static APBC_CLK(twsi5, MMP2_TWSI5, 0, 26000000);
static APBC_CLK(twsi6, MMP2_TWSI6, 0, 26000000);
-static APBC_CLK(rtc, MMP2_RTC, 0, 32768);
static APMU_CLK(nand, NAND, 0xbf, 100000000);