watchdog: Add Watchdog Timer driver for RZ/G2L
authorBiju Das <biju.das.jz@bp.renesas.com>
Tue, 30 Nov 2021 19:53:57 +0000 (19:53 +0000)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Wed, 5 Jan 2022 09:33:15 +0000 (10:33 +0100)
commit2cbc5cd0b55fa2310cc557c77b0665f5e00272de
treef866f9b3a78b908f21f6866024285c9b491a2739
parentab02a00c9e32a5eb1525689b990ad9d345f0832e
watchdog: Add Watchdog Timer driver for RZ/G2L

Add Watchdog Timer driver for RZ/G2L SoC.

WDT IP block supports normal watchdog timer function and reset
request function due to CPU parity error.

This driver currently supports normal watchdog timer function
and later will add support for reset request function due to
CPU parity error.

Signed-off-by: Biju Das <biju.das.jz@bp.renesas.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20211130195357.18626-3-biju.das.jz@bp.renesas.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/rzg2l_wdt.c [new file with mode: 0644]