From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from yow.seanm.ca (toronto-hs-216-138-233-67.s-ip.magma.ca [216.138.233.67]) by ozlabs.org (Postfix) with SMTP id 1E49FDDF05 for ; Fri, 21 Mar 2008 09:19:28 +1100 (EST) Date: Thu, 20 Mar 2008 18:19:26 -0400 From: Sean MacLennan To: linuxppc-dev@ozlabs.org Subject: Re: DTS question Message-ID: <20080320181926.2ff7e297@lappy.seanm.ca> In-Reply-To: <20080320173302.7075a1d9@lappy.seanm.ca> References: <20080320173302.7075a1d9@lappy.seanm.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Ok, here is what I did.... IIC0: i2c@ef600700 { compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic"; reg = ; interrupt-parent = <&UIC0>; interrupts = <2 4>; index = <0>; ad7414 { compatible = "ad7414"; interrupts = <19 8>; interrupt-parent = <&UIC0>; }; }; Comments? Cheers, Sean