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 7C278DE1B2 for ; Wed, 14 May 2008 00:15:12 +1000 (EST) Date: Tue, 13 May 2008 18:15:11 +0400 From: Anton Vorontsov To: Kumar Gala , Wim Van Sebroeck Subject: [PATCH 6/6] [POWERPC] 86xx: mpc8610_hpcd: add watchdog node Message-ID: <20080513141511.GF15717@polina.dev.rtsoft.ru> References: <20080513141411.GA8981@polina.dev.rtsoft.ru> MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 In-Reply-To: <20080513141411.GA8981@polina.dev.rtsoft.ru> Cc: Scott Wood , linuxppc-dev@ozlabs.org, 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..a7f3e0e 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 = "fsl,mpc8610-wdt"; + reg = <0xe4000 0x100>; + }; + gpio@f000 { compatible = "fsl,mpc8610-gpio"; reg = <0xf000 0x100>; -- 1.5.5.1