watchdog: add MT7621 watchdog support
authorJohn Crispin <blogic@openwrt.org>
Mon, 4 Jan 2016 19:36:38 +0000 (20:36 +0100)
committerWim Van Sebroeck <wim@iguana.be>
Sat, 9 Jan 2016 16:45:28 +0000 (17:45 +0100)
commitab3f09fe16d158cb4f84e558c61ec5d6d601f2e0
treebedf670e6f21cfd4a9116b62f41363d055a8ddbb
parent3b8d058cfe6a3b14abee324f4c4b33e64bf61aeb
watchdog: add MT7621 watchdog support

This patch adds support for the watchdog core found on newer MediaTek Wifi
SoCs MT7621 and MT7628. There is no symbol for MT7628 as it is a subtype of
MT7620 so we depend on that instead.

Signed-off-by: John Crispin <blogic@openwrt.org>
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/mt7621-wdt.txt [new file with mode: 0644]
drivers/watchdog/Kconfig
drivers/watchdog/Makefile
drivers/watchdog/mt7621_wdt.c [new file with mode: 0644]
This page took 0.028979 seconds and 5 git commands to generate.