summaryrefslogtreecommitdiff
path: root/drivers/watchdog/armada-37xx-wdt.c
AgeCommit message (Collapse)Author
2018-05-14watchdog: Add support for Armada 37xx CPU watchdogMarek BehĂșn
This adds support for the CPU watchdog found on Marvell Armada 37xx SoCs. There are 4 counters which can be set as CPU watchdog counters. This driver uses the second counter (ID 1, counting from 0) (Marvell's Linux also uses second counter by default). In the future it could be adapted to use other counters, with definition in the device tree. Signed-off-by: Marek Behun <marek.behun@nic.cz> Signed-off-by: Stefan Roese <sr@denx.de>