From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755964AbaJHJdp (ORCPT ); Wed, 8 Oct 2014 05:33:45 -0400 Received: from mail-vc0-f182.google.com ([209.85.220.182]:40502 "EHLO mail-vc0-f182.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755938AbaJHJdk (ORCPT ); Wed, 8 Oct 2014 05:33:40 -0400 From: Lee Jones To: linux-arm-kernel@lists.infradead.org, linux-kernel@vger.kernel.org Cc: lee.jones@linaro.org, kernel@stlinux.com, wim@iguana.be, linux-watchdog@vger.kernel.org, linux@roeck-us.net, David Paris Subject: [PATCH 1/4] ARM: STi: DT: STiH407: Add Device Tree node for LPC Watchdog Date: Wed, 8 Oct 2014 10:33:27 +0100 Message-Id: <1412760810-23199-2-git-send-email-lee.jones@linaro.org> X-Mailer: git-send-email 1.9.1 In-Reply-To: <1412760810-23199-1-git-send-email-lee.jones@linaro.org> References: <1412760810-23199-1-git-send-email-lee.jones@linaro.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Signed-off-by: David Paris Signed-off-by: Lee Jones --- arch/arm/boot/dts/stih407.dtsi | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/arch/arm/boot/dts/stih407.dtsi b/arch/arm/boot/dts/stih407.dtsi index f539627a..303df6c 100644 --- a/arch/arm/boot/dts/stih407.dtsi +++ b/arch/arm/boot/dts/stih407.dtsi @@ -259,5 +259,15 @@ status = "disabled"; }; + + watchdog@0x8787000 { + compatible = "st,stih407-watchdog"; + reg = <0x8787000 0x1000>, <0x204 0x4>; + reg-names = "base", "syscfg-en"; + clock-names = "st_wdog"; + clocks = <&clk_s_d3_flexgen CLK_LPC_0>; + timeout-sec = <600>; + st,syscfg = <&syscfg_core>; + }; }; }; -- 1.9.1