]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit61b821d4d668339c06c22aa39065154bce69b973
tree2939eeb471ebedcd57cd3a4e3b4c06a046f0c1dc
parent66b37631a763dabfc8e145ad70291281fa7fba01
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]