From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leela Krishna Amudala Subject: [PATCH 0/4] Add watchdog DT nodes and parse it to read PMU registers addresses Date: Tue, 17 Sep 2013 16:13:39 +0530 Message-ID: <1379414623-26329-1-git-send-email-l.krishna@samsung.com> Return-path: Sender: linux-samsung-soc-owner@vger.kernel.org To: linux-samsung-soc@vger.kernel.org Cc: wim@iguana.be, kgene.kim@samsung.com, devicetree@vger.kernel.org, t.figa@samsung.com, dianders@chromium.org, linux-watchdog@vger.kernel.org List-Id: devicetree@vger.kernel.org This patchset does the following things - Fixes the watchdog DT node name to follow convention - Adds watchdog DT node to Exynos5420 SoC - 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 tested on SMDK5420 Leela Krishna Amudala (4): ARM: dts: Fix the watchdog DT node name for Exynos5 ARM: dts: add watchdog device tree node for exynos5420 watchdog: s3c2410_wdt: parse watchdog dt node to read PMU registers adresses 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 | 4 +- arch/arm/boot/dts/exynos5250.dtsi | 4 +- arch/arm/boot/dts/exynos5420.dtsi | 7 +++ drivers/watchdog/s3c2410_wdt.c | 56 ++++++++++++++++++++ 5 files changed, 81 insertions(+), 4 deletions(-) -- 1.7.9.5