[PATCH v2 0/2] device tree support for ST M48T86

From: Nikita Shubin via B4 Relay
Date: Fri Aug 25 2023 - 04:45:23 EST


Add device tree support for ST M48T86.

The reason it can't go to trivial-rtc.yaml, is that it has 2 registers
instead of a single one. The registers are 1 byte wide.

Signed-off-by: Nikita Shubin <nikita.shubin@xxxxxxxxxxx>
---
Changes in v2:
- add links to mailthreads where the actual tags were recieved:
- dt-bindings: rtc: Add ST M48T86 was Reviewed-by Krzysztof in v3 "ep93xx device tree conversion"
- rtc: m48t86: add DT support for m48t86:
- Acked-by Arnd in very first "ep93xx device tree conversion"
- Reviewed-by Linus in v1 "ep93xx device tree conversion"

Was asked by Krzysztof to send this part separately.

Link: https://lore.kernel.org/lkml/61b9e036-7864-65c6-d43b-463fff896ddc@xxxxxxxxxx/
Link: https://lore.kernel.org/lkml/20230601054549.10843-12-nikita.shubin@xxxxxxxxxxx/

---
Nikita Shubin (2):
dt-bindings: rtc: Add ST M48T86
rtc: m48t86: add DT support for m48t86

.../devicetree/bindings/rtc/st,m48t86.yaml | 38 ++++++++++++++++++++++
drivers/rtc/rtc-m48t86.c | 8 +++++
2 files changed, 46 insertions(+)
---
base-commit: 89bf6209cad66214d3774dac86b6bbf2aec6a30d
change-id: 20230823-m48t86_device_tree-a72eaa294798

Best regards,
--
Nikita Shubin <nikita.shubin@xxxxxxxxxxx>