This series adds RTC support for the Renesas R-Car X5H SoC.
Changes since v3:
* clear RTC_FEATURE_UPDATE_INTERRUPT when no irqs
* added tags
Thanks for all the reviews of v3!
These patches have been tested on the original RZ/N1D board and the new
X5H Ironhide board. 'rtctest' passed on both SoCs. On X5H, some tests
are skipped, of course, because no alarms are supported.
'dt_binding_check' and 'dtbs_check' did not find any issues, for both,
RZ/N1D and R-Car X5H. I also verified for both that it rightfully
complains when irqs are different from what is expected.
A branch can be found here:
git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux.git renesas/x5h/rtc-experimental
Looking forward to comments.
Wolfram Sang (4):
dt-bindings: rtc: rzn1: drop unneeded 'start-year' from example
dt-bindings: rtc: rzn1: add SoC names next to their IDs
dt-bindings: rtc: rzn1: add R-Car X5H support
rtc: rzn1: add R-Car X5H support
.../bindings/rtc/renesas,rzn1-rtc.yaml | 30 ++++++++---
drivers/rtc/rtc-rzn1.c | 52 +++++++++++++------
2 files changed, 57 insertions(+), 25 deletions(-)
--
2.53.0