diff options
author | Henning Schild <henning.schild@siemens.com> | 2021-12-13 13:05:01 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2021-12-23 18:09:28 +0100 |
commit | 2ebd32ce2aecd5ee57d9bdcac80e0df26c351061 (patch) | |
tree | 3ed69c31cbf7fccdd1328f551c6972b59a381d46 /drivers/watchdog/Makefile | |
parent | leds: simatic-ipc-leds: add new driver for Siemens Industial PCs (diff) | |
download | linux-2ebd32ce2aecd5ee57d9bdcac80e0df26c351061.tar.xz linux-2ebd32ce2aecd5ee57d9bdcac80e0df26c351061.zip |
watchdog: simatic-ipc-wdt: add new driver for Siemens Industrial PCs
This driver adds initial support for several devices from Siemens. It is
based on a platform driver introduced in an earlier commit.
One of the supported machines does access a GPIO pin to enable the
watchdog. Here we poke GPIO memory because pinctrl does not come up.
Signed-off-by: Henning Schild <henning.schild@siemens.com>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Link: https://lore.kernel.org/r/20211213120502.20661-4-henning.schild@siemens.com
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/watchdog/Makefile')
-rw-r--r-- | drivers/watchdog/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/watchdog/Makefile b/drivers/watchdog/Makefile index 2ee97064145b..31b931846e32 100644 --- a/drivers/watchdog/Makefile +++ b/drivers/watchdog/Makefile @@ -143,6 +143,7 @@ obj-$(CONFIG_NI903X_WDT) += ni903x_wdt.o obj-$(CONFIG_NIC7018_WDT) += nic7018_wdt.o obj-$(CONFIG_MLX_WDT) += mlx_wdt.o obj-$(CONFIG_KEEMBAY_WATCHDOG) += keembay_wdt.o +obj-$(CONFIG_SIEMENS_SIMATIC_IPC_WDT) += simatic-ipc-wdt.o # M68K Architecture obj-$(CONFIG_M54xx_WATCHDOG) += m54xx_wdt.o |