From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from az33egw01.freescale.net (az33egw01.freescale.net [192.88.158.102]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client CN "az33egw01.freescale.net", Issuer "Thawte Premium Server CA" (verified OK)) by ozlabs.org (Postfix) with ESMTPS id 4FF09DE19E for ; Wed, 14 May 2008 02:15:31 +1000 (EST) Message-ID: <4829BED8.4050704@freescale.com> Date: Tue, 13 May 2008 11:16:24 -0500 From: Scott Wood MIME-Version: 1.0 To: Anton Vorontsov Subject: Re: [PATCH 6/6] [POWERPC] 86xx: mpc8610_hpcd: add watchdog node References: <20080513141411.GA8981@polina.dev.rtsoft.ru> <20080513141511.GF15717@polina.dev.rtsoft.ru> In-Reply-To: <20080513141511.GF15717@polina.dev.rtsoft.ru> Content-Type: text/plain; charset=UTF-8; format=flowed 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: , Anton Vorontsov wrote: > 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>; > + }; > + We don't need the device_type anymore. -Scott