watchdog: Add K3 RTI watchdog support
authorTero Kristo <t-kristo@ti.com>
Thu, 12 Mar 2020 09:58:07 +0000 (11:58 +0200)
committerWim Van Sebroeck <wim@linux-watchdog.org>
Wed, 1 Apr 2020 09:35:23 +0000 (11:35 +0200)
commit2d63908bdbfbce0d98195b22236ad5105dc6eba2
treeab9fa3d87df681b0174f93669e35f9d7b85585a3
parent936253d7e904d64767819fc7c8c97bbe7821ff12
watchdog: Add K3 RTI watchdog support

Texas Instruments K3 SoCs contain an RTI (Real Time Interrupt) module
which can be used as a watchdog. This IP provides a support for
windowed watchdog mode, in which the watchdog must be petted within
a certain time window. If it is petted either too soon, or too late,
a watchdog error will be triggered.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20200312095808.19907-4-t-kristo@ti.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/rti_wdt.c [new file with mode: 0644]