From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from vitb.dev.rtsoft.ru (unknown [85.21.88.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTP id 69328DDE1A for ; Wed, 9 May 2007 02:18:40 +1000 (EST) Date: Tue, 8 May 2007 20:18:01 +0400 From: Vitaly Bordug To: "Loeliger Jon-LOELIGER" Subject: Re: [PATCH] [POWERPC] 8xx: PQ SoC IRDA support Message-ID: <20070508201801.478f4999@vitb.ru.mvista.com> In-Reply-To: References: <20070508052723.18404.8216.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: linuxppc-dev@ozlabs.org, Samuel Ortiz , linux-kernel@vger.kernel.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Tue, 8 May 2007 07:36:48 -0700 "Loeliger Jon-LOELIGER" wrote: > > Adds support of IRDA transceiver residing on PowerQUICC processors and > > enabling such on mpc885ads reference board. The driver is implemented > > using of_device concept, hereby implies arch/powerpc support > > of the target. > > > > Signed-off-by: Vitaly Bordug > > > diff --git a/arch/powerpc/boot/dts/mpc885ads.dts > > b/arch/powerpc/boot/dts/mpc885ads.dts > > index 110bf61..95b280c 100644 > > --- a/arch/powerpc/boot/dts/mpc885ads.dts > > +++ b/arch/powerpc/boot/dts/mpc885ads.dts > > @@ -178,6 +178,16 @@ > > interrupt-parent = <930>; > > phy-handle = ; > > }; > > + > > + scc@a20 { > > + device_type = "network"; > > + compatible = "fsl,irda"; > > + model = "SCC"; > > + device-id = <2>; > > + reg = ; > > + interrupts = <1d 3>; > > + interrupt-parent = <930>; > > + }; > > }; > > }; > > }; > > > Any chance we could get an update to the booting-without-of.txt > for any of this? > Yes of course. my note is that it makes sense once defines would settle down stuff that looks OK in docs might not look such in driver... -- Sincerely, Vitaly