This patch series introduces support for the Maxim MAX31331 RTC. It includes: 1. Device Tree bindings documentation for the MAX31331 chip. 2. The driver implementation for the MAX31331 RTC. Signed-off-by: PavithraUdayakumar-adi <pavithra.u@xxxxxxxxxx> --- Changes in v2: - Fix issue with device tree binding in v1 - Revert a header change in driver code - Link to v1: https://lore.kernel.org/all/20241223-max31331-driver-support-v1-0-f9499bd598f5@xxxxxxxxxx --- PavithraUdayakumar-adi (2): dtbindings:rtc:max31335:Add max31331 support rtc:max31335: Add driver support for max31331 .../devicetree/bindings/rtc/adi,max31335.yaml | 32 +++- drivers/rtc/rtc-max31335.c | 182 +++++++++++++++------ 2 files changed, 157 insertions(+), 57 deletions(-) --- base-commit: fc033cf25e612e840e545f8d5ad2edd6ba613ed5 change-id: 20250103-add_support_max31331_fix-e65bbbac73da Best regards, -- PavithraUdayakumar-adi <pavithra.u@xxxxxxxxxx>