[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20241021063903.793166-1-trunixs.kim@samsung.com>
Date: Mon, 21 Oct 2024 15:39:00 +0900
From: Taewan Kim <trunixs.kim@...sung.com>
To: Wim Van Sebroeck <wim@...ux-watchdog.org>, Guenter Roeck
<linux@...ck-us.net>, Rob Herring <robh@...nel.org>, Krzysztof Kozlowski
<krzk+dt@...nel.org>, Conor Dooley <conor+dt@...nel.org>, Alim Akhtar
<alim.akhtar@...sung.com>
Cc: linux-watchdog@...r.kernel.org, devicetree@...r.kernel.org,
linux-kernel@...r.kernel.org, linux-arm-kernel@...ts.infradead.org,
linux-samsung-soc@...r.kernel.org, Taewan Kim <trunixs.kim@...sung.com>
Subject: [PATCH v3 0/3] support watchdog for exynosautov920
Add support for the ExynosAutoV920 SoC. Basically this is almost
similar to ExynosAuto V9 or Exynos850 such as two watchdog instance for
each cluster but some CPU configuration are quite different.
Therefore device tree, compatibles and drvdata should be added.
---
Changes in v2:
- Add a space before }
- Fix worng variant condition (cl1 -> cl0)
- Move the location declaring watchdog node
to the correct location that fits the DTS coding rules
---
Changes in v3:
- Add Acked-by/Reviewed-by tags
---
Byoungtae Cho (3):
dt-bindings: watchdog: Document ExynosAutoV920 watchdog bindings
watchdog: s3c2410_wdt: add support for exynosautov920 SoC
arm64: dts: exynosautov920: add watchdog DT node
.../bindings/watchdog/samsung-wdt.yaml | 3 ++
.../arm64/boot/dts/exynos/exynosautov920.dtsi | 20 ++++++++++
drivers/watchdog/s3c2410_wdt.c | 37 ++++++++++++++++++-
3 files changed, 59 insertions(+), 1 deletion(-)
--
2.47.0
Powered by blists - more mailing lists