diff options
author | Jason Chagas <jason.chagas@marvell.com> | 2010-11-15 09:50:12 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2010-11-30 20:14:03 +0800 |
commit | 1db550118c46d96f371de5b3d0bd51edb148bd54 (patch) | |
tree | b8504c67032dbe41332871ee9429ebdf5d574f68 | |
parent | e8a7e48bb248a1196484d3f8afa53bded2b24e71 (diff) | |
download | op-kernel-dev-1db550118c46d96f371de5b3d0bd51edb148bd54.zip op-kernel-dev-1db550118c46d96f371de5b3d0bd51edb148bd54.tar.gz |
ARM: mmp2: remove not used clk_rtc
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>
-rw-r--r-- | arch/arm/mach-mmp/mmp2.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-mmp/mmp2.c b/arch/arm/mach-mmp/mmp2.c index daf3993..2e3dd08 100644 --- 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); |