rtc: bbnsm: Add the bbnsm rtc support
authorJacky Bai <ping.bai@nxp.com>
Wed, 15 Feb 2023 02:41:16 +0000 (10:41 +0800)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Wed, 22 Feb 2023 11:25:32 +0000 (12:25 +0100)
commiteb7b85853c3866236f9cb378fc68ce5f76efbf9c
treeb23a925ae29c3566dcff4f0ce9b13a233e67b187
parent5ddfa148de8cf5491fd1c89522c7cad859db8c88
rtc: bbnsm: Add the bbnsm rtc support

The BBNSM module includes a real time counter with alarm.
Add a RTC driver for this function.

Signed-off-by: Jacky Bai <ping.bai@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Link: https://lore.kernel.org/r/20230215024117.3357341-3-ping.bai@nxp.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-nxp-bbnsm.c [new file with mode: 0644]