Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1db55011 authored by Jason Chagas's avatar Jason Chagas Committed by Eric Miao
Browse files

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: default avatarJason Chagas <jason.chagas@marvell.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent e8a7e48b
Loading
Loading
Loading
Loading
+0 −1
Original line number Original line Diff line number Diff line
@@ -126,7 +126,6 @@ static APBC_CLK(twsi3, MMP2_TWSI3, 0, 26000000);
static APBC_CLK(twsi4, MMP2_TWSI4, 0, 26000000);
static APBC_CLK(twsi4, MMP2_TWSI4, 0, 26000000);
static APBC_CLK(twsi5, MMP2_TWSI5, 0, 26000000);
static APBC_CLK(twsi5, MMP2_TWSI5, 0, 26000000);
static APBC_CLK(twsi6, MMP2_TWSI6, 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);
static APMU_CLK(nand, NAND, 0xbf, 100000000);