From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.dev.rtsoft.ru (unknown [85.21.88.2]) by ozlabs.org (Postfix) with SMTP id 6AC1CDE286 for ; Tue, 13 May 2008 04:52:18 +1000 (EST) Date: Mon, 12 May 2008 22:52:17 +0400 From: Anton Vorontsov To: Kumar Gala Subject: [PATCH 3/3] [POWERPC] 86xx: mpc8610_hpcd: add watchdog node Message-ID: <20080512185217.GC25818@polina.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Cc: linuxppc-dev@ozlabs.org, Wim Van Sebroeck , Timur Tabi List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Signed-off-by: Anton Vorontsov --- arch/powerpc/boot/dts/mpc8610_hpcd.dts | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/arch/powerpc/boot/dts/mpc8610_hpcd.dts b/arch/powerpc/boot/dts/mpc8610_hpcd.dts index 5030533..67fd2c7 100644 --- a/arch/powerpc/boot/dts/mpc8610_hpcd.dts +++ b/arch/powerpc/boot/dts/mpc8610_hpcd.dts @@ -195,6 +195,12 @@ fsl,has-rstcr; }; + wdt@e4000 { + device_type = "watchdog"; + compatible = "mpc83xx_wdt", "fsl,mpc8610-wdt"; + reg = <0xe4000 0x100>; + }; + gpio@f000 { compatible = "fsl,mpc8610-gpio"; reg = <0xf000 0x100>; -- 1.5.5.1