This patch set does the following things - add the clock entries to watchdog node. - parse the watchdog device node to read pmu wdt sys registers addresses and do mask/unmask enable/disable of WDT in probe and s2r scenarios. This patch set is rebased on Kgene's for-next branch and is dependent on http://www.mail-archive.com/linux-samsung-soc@xxxxxxxxxxxxxxx/msg20582.html Note: Tested WDT reset on SMDK5420. Leela Krishna Amudala (3): watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses ARM: exynos5420: dt: add clock entries to watchdog node ARM: dts: exynos: add PMU registers addresses and mask bit to watchdog node .../devicetree/bindings/watchdog/samsung-wdt.txt | 14 ++++- arch/arm/boot/dts/exynos5.dtsi | 2 +- arch/arm/boot/dts/exynos5420.dtsi | 7 +++ drivers/watchdog/s3c2410_wdt.c | 56 ++++++++++++++++++++ 4 files changed, 77 insertions(+), 2 deletions(-) -- 1.7.10.4 -- To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html