rtc: add support for the MediaTek MT2712 RTC
authorRan Bi <ran.bi@mediatek.com>
Wed, 26 Feb 2020 05:13:01 +0000 (13:13 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 16 Mar 2020 10:55:40 +0000 (11:55 +0100)
commit64823360a82939db212bc763443c990cbd99fa7c
tree2939eeb471ebedcd57cd3a4e3b4c06a046f0c1dc
parentbfb8c3b464f1fdb38b66c730e1f033902682ade6
rtc: add support for the MediaTek MT2712 RTC

This add support for the MediaTek MT2712 RTC. It was SoC based RTC, but
had different architecture compared with MT7622 RTC.

Signed-off-by: Ran Bi <ran.bi@mediatek.com>
Link: https://lore.kernel.org/r/20200226051303.22560-3-ran.bi@mediatek.com
Link: https://lore.kernel.org/r/20200316104701.209293-2-alexandre.belloni@bootlin.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-mt2712.c [new file with mode: 0644]