rtc: stm32: add stm32mp1 rtc support
authorAmelie Delaunay <amelie.delaunay@st.com>
Thu, 17 May 2018 12:04:26 +0000 (14:04 +0200)
committerAlexandre Belloni <alexandre.belloni@bootlin.com>
Tue, 22 May 2018 18:10:54 +0000 (20:10 +0200)
commitb72252b6580c9c7ad74644642378e2a9a86b2283
treec6c6880a5f83c8e733b74e117a31fd3aa1cc597f
parent5c4554d62b8c4e153bbb8a72660c87e21d33f86a
rtc: stm32: add stm32mp1 rtc support

This patch adds support for stm32mp1 RTC.
Some common registers with previous RTC version have a different offset.
It is the case for Control Register (CR) and ALaRMA Register (ALRMAR).
There are also new registers regarding event flags: now, Alarm event flag
is in Status Register (SR) and write 1 in Status Clear Register (SCR) is
required to clear the event.

Signed-off-by: Amelie Delaunay <amelie.delaunay@st.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
drivers/rtc/rtc-stm32.c