This patch series adds watchdog timer driver and respective yaml schemas
for watchdog timer on Intel Lightning Mountain SoC.
This patch series is rebased and tested on mainline linux kernel 5.7:
base-commit: 3d77e6a8804a ("Linux 5.7")
tags: v5.7
Dilip Kota (2):
dt-bindings: watchdog: intel: Add YAML Schemas for Watchdog timer
watchdog: intel: Watchdog timer support on Lightning Mountain
.../bindings/watchdog/intel,lgm-gptc-wdt.yaml | 75 ++++
drivers/watchdog/Kconfig | 13 +
drivers/watchdog/Makefile | 1 +
drivers/watchdog/intel_lgm_gptc_wdt.c | 420 +++++++++++++++++++++
4 files changed, 509 insertions(+)
create mode 100644
Documentation/devicetree/bindings/watchdog/intel,lgm-gptc-wdt.yaml
create mode 100644 drivers/watchdog/intel_lgm_gptc_wdt.c
--
2.11.0