watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register
authorLeela Krishna Amudala <l.krishna@samsung.com>
Fri, 6 Dec 2013 05:47:47 +0000 (11:17 +0530)
committerWim Van Sebroeck <wim@iguana.be>
Tue, 28 Jan 2014 20:24:15 +0000 (21:24 +0100)
commit4f1f653a68d67ca5732fdd7ee4deb290a3ea5149
tree493c871579b06084d9eaf0c2ef19495d1ae3ec85
parent178624403c04a4af315583eaf75ebb8545474544
watchdog: s3c2410_wdt: use syscon regmap interface to configure pmu register

Add device tree support for exynos5250 and 5420 SoCs and use syscon regmap interface
to configure AUTOMATIC_WDT_RESET_DISABLE and MASK_WDT_RESET_REQUEST registers of PMU
to mask/unmask enable/disable of watchdog in probe and s2r scenarios.

Signed-off-by: Leela Krishna Amudala <l.krishna@samsung.com>
Signed-off-by: Doug Anderson <dianders@chromium.org>
Reviewed-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Wim Van Sebroeck <wim@iguana.be>
Documentation/devicetree/bindings/watchdog/samsung-wdt.txt
drivers/watchdog/Kconfig
drivers/watchdog/s3c2410_wdt.c