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 6C5EDDDDFD for ; Fri, 21 Mar 2008 16:09:43 +1100 (EST) Date: Fri, 21 Mar 2008 01:09:41 -0400 From: Sean MacLennan To: "Grant Likely" Subject: Re: DTS question Message-ID: <20080321010941.5e4bf9d4@lappy.seanm.ca> In-Reply-To: References: <20080320173302.7075a1d9@lappy.seanm.ca> <20080320181926.2ff7e297@lappy.seanm.ca> <47E2E4A2.9000801@freescale.com> <20080321001236.4e37bba4@lappy.seanm.ca> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Cc: Scott Wood , linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Thu, 20 Mar 2008 22:34:21 -0600 "Grant Likely" wrote: > Convention is to use the stock ticker symbol. If the company is > private and has no stock ticker symbol, then the company name should > be used. I didn't know that. ADI it is then. IIC0: i2c@ef600700 { compatible = "ibm,iic-440ep", "ibm,iic-440gp", "ibm,iic"; reg = ; interrupt-parent = <&UIC0>; interrupts = <2 4>; index = <0>; #address-cells = <1>; #size-cells = <0>; ad7414@4a { compatible = "adi,ad7414"; reg = <4a>; interrupts = <19 8>; interrupt-parent = <&UIC0>; }; }; Cheers, Sean