watchdog: Add Renesas RZ/N1 Watchdog driver
authorPhil Edworthy <phil.edworthy@renesas.com>
Wed, 27 Apr 2022 13:55:31 +0000 (15:55 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Sat, 21 May 2022 08:09:31 +0000 (10:09 +0200)
commitd65112f58464fd0ab62b8e4fb6c66cbf29b24b43
tree7c1f3fa19398653d2ac15ee0eabeb65ca3cf1fff
parent9dc731bbb455eeaff6e90abef7a8d05dfa6ccc9a
watchdog: Add Renesas RZ/N1 Watchdog driver

This is a driver for the standard WDT on the RZ/N1 devices. This WDT has
very limited timeout capabilities. However, it can reset the device.
To do so, the corresponding bits in the SysCtrl RSTEN register need to
be enabled. This is not done by this driver.

Signed-off-by: Phil Edworthy <phil.edworthy@renesas.com>
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@traphandler.com>
Reviewed-by: Tzung-Bi Shih <tzungbi@kernel.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20220427135531.708279-3-jjhiblot@traphandler.com
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@linux-watchdog.org>
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/rzn1_wdt.c [new file with mode: 0644]