Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1761949AbYA1Q6Y (ORCPT ); Mon, 28 Jan 2008 11:58:24 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1761047AbYA1Q6P (ORCPT ); Mon, 28 Jan 2008 11:58:15 -0500 Received: from az33egw01.freescale.net ([192.88.158.102]:41443 "EHLO az33egw01.freescale.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753330AbYA1Q6O (ORCPT ); Mon, 28 Jan 2008 11:58:14 -0500 Date: Mon, 28 Jan 2008 10:49:15 -0600 From: Scott Wood To: Jochen Friedrich Cc: "Kernel, Linux" , linuxppc-dev list , Linux I2C , Jean Delvare Subject: Re: [PATCHv3 2.6.25] i2c: adds support for i2c bus on Freescale CPM1/CPM2 controllers Message-ID: <20080128164915.GA3983@loki.buserror.net> References: <479A185D.6010406@scram.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <479A185D.6010406@scram.de> User-Agent: Mutt/1.5.17 (2007-12-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 892 Lines: 26 On Fri, Jan 25, 2008 at 06:11:57PM +0100, Jochen Friedrich wrote: > diff --git a/arch/powerpc/boot/dts/mpc866ads.dts b/arch/powerpc/boot/dts/mpc866ads.dts > index daf9433..80c08bf 100644 > --- a/arch/powerpc/boot/dts/mpc866ads.dts > +++ b/arch/powerpc/boot/dts/mpc866ads.dts > @@ -169,6 +169,16 @@ > fsl,cpm-command = <0000>; > linux,network-index = <1>; > }; > + > + i2c@860 { > + compatible = "fsl,mpc866-i2c", > + "fsl,cpm1-i2c", > + "fsl,cpm-i2c"; > + reg = <860 20 3c80 30>; > + interrupts = <10 3>; > + interrupt-parent = <&Cpm_pic>; The label is &CPM_PIC in the current mpc866ads.dts. -Scott -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/