]> www.infradead.org Git - users/willy/xarray.git/commit
rtc: support i.MX95 BBM RTC
authorPeng Fan <peng.fan@nxp.com>
Fri, 23 Aug 2024 09:05:22 +0000 (17:05 +0800)
committerSudeep Holla <sudeep.holla@arm.com>
Wed, 28 Aug 2024 20:54:51 +0000 (21:54 +0100)
commit3008598ef3b009252aaf2f5967df0b11d14258a6
tree53af3b85643d6eaa0b00d718f6fcab384b27a8c4
parentd17baf052cbbd793784bc0f4fc613459afa4b883
rtc: support i.MX95 BBM RTC

The BBM module provides RTC feature. To i.MX95, this module is managed by
System Manager and exported System Control Management Interface(SCMI).
Linux could use i.MX SCMI BBM Extension protocol to use RTC feature.

This driver is to use SCMI interface to get/set RTC.

Reviewed-by: Cristian Marussi <cristian.marussi@arm.com>
Signed-off-by: Peng Fan <peng.fan@nxp.com>
Message-Id: <20240823-imx95-bbm-misc-v2-v8-6-e600ed9e9271@nxp.com>
Acked-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Sudeep Holla <sudeep.holla@arm.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-imx-sm-bbm.c [new file with mode: 0644]