rtc: tps6594: Add driver for TPS6594 RTC
authorEsteban Blanc <eblanc@baylibre.com>
Tue, 7 Nov 2023 09:47:01 +0000 (10:47 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Mon, 8 Jan 2024 00:12:16 +0000 (01:12 +0100)
commit9f67c1e63976d3403f0b250b03ffe959c890f9db
treef965bc35b70470199628ead9b54852911dbac7c5
parentdc0684adf3b6be6b20fec9295027980021d30353
rtc: tps6594: Add driver for TPS6594 RTC

TPS6594 PMIC is a MFD. This patch adds support for
the RTC found inside TPS6594 family of PMIC.

Alarm is also supported.

Signed-off-by: Esteban Blanc <eblanc@baylibre.com>
Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>
Tested-by: Thomas Richard <thomas.richard@bootlin.com>
Link: https://lore.kernel.org/r/20231107094701.2223486-1-eblanc@baylibre.com
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/Kconfig
drivers/rtc/Makefile
drivers/rtc/rtc-tps6594.c [new file with mode: 0644]