rtc: starfive-rtc: Add RTC support for StarFive JH7110.
authorSaminGuo <samin.guo@starfivetech.com>
Wed, 17 Nov 2021 07:55:45 +0000 (15:55 +0800)
committerSaminGuo <samin.guo@starfivetech.com>
Fri, 19 Nov 2021 03:12:17 +0000 (11:12 +0800)
commit1fafc8d35f881933d87c68e30e08c84dd580d3f1
tree1001813b7d4ad3d8303489c8fe44d9c5986a49a8
parent202f7dfe64ea09d9c63c9c049077da67d41f3d41
rtc: starfive-rtc: Add RTC support for StarFive JH7110.

1)32.768k-RTC device.
2)sw/hw calibration support;
3)alarm support;
4)5.15 Use "devm_rtc_register_device" instead of  "rtc_register_device"

Signed-off-by: SaminGuo <samin.guo@starfivetech.com>
arch/riscv/configs/starfive_jh7110_defconfig
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-starfive.c [new file with mode: 0644]