rtc: pm8xxx: add support for nvmem offset
authorJohan Hovold <johan+linaro@kernel.org>
Thu, 2 Feb 2023 15:54:43 +0000 (16:54 +0100)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Sat, 25 Feb 2023 22:34:22 +0000 (23:34 +0100)
commit3ca04951b004fa184ff84369448a37bf5df98a79
treed76557ef9983260c47de1388f32aaebda5ca09a5
parent430aa33a304654704c16ed7bbbcbec9e9686aa81
rtc: pm8xxx: add support for nvmem offset

On many Qualcomm platforms the PMIC RTC control and time registers are
read-only so that the RTC time can not be updated. Instead an offset
needs be stored in some machine-specific non-volatile memory, which the
driver can take into account.

Add support for storing a 32-bit offset from the Epoch in an nvmem cell
so that the RTC time can be set on such platforms.

Signed-off-by: Johan Hovold <johan+linaro@kernel.org>
Link: https://lore.kernel.org/r/20230202155448.6715-18-johan+linaro@kernel.org
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-pm8xxx.c