[PATCH V2 0/4] Add watchdog support for Amlogic-T7 SoCs

From: Huqiang Qin
Date: Tue Aug 01 2023 - 23:33:50 EST


Based on the original Amlogic-GXBB watchdog driver, support
for Amlogic-T7 watchdog is added.

[PATCH 1/4]:
V1 -> V2: Unchanged.

[PATCH 2/4]:
V1 -> V2: Rename rst_shift to rst and use the BIT() macro
to build its initial value.

[PATCH 3/4]:
V1 -> V2: Use the BIT() macro to build rst initial value.

[PATCH 4/4]:
V1 -> V2: Unchanged.

Huqiang Qin (4):
dt-bindings: watchdog: Add support for Amlogic-T7 SoCs
watchdog: Add a new struct for Amlogic-GXBB driver
watchdog: Add support for Amlogic-T7 SoCs
arm64: dts: Add watchdog node for Amlogic-T7 SoCs

.../watchdog/amlogic,meson-gxbb-wdt.yaml | 1 +
arch/arm64/boot/dts/amlogic/amlogic-t7.dtsi | 6 ++++++
drivers/watchdog/meson_gxbb_wdt.c | 21 ++++++++++++++++---
3 files changed, 25 insertions(+), 3 deletions(-)


base-commit: 6f048cc7a635b8736b4c7ae0e5230a92e3e648eb
--
2.37.1