From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from nz-out-0506.google.com (nz-out-0506.google.com [64.233.162.226]) by ozlabs.org (Postfix) with ESMTP id 2CE0DDDE0D for ; Thu, 15 Nov 2007 02:31:08 +1100 (EST) Received: by nz-out-0506.google.com with SMTP id i1so189474nzh for ; Wed, 14 Nov 2007 07:31:01 -0800 (PST) Message-ID: Date: Wed, 14 Nov 2007 08:31:00 -0700 From: "Alan Bennett" Sender: alan@akb.net To: "Jon Smirl" Subject: Re: I2C on mpc8248 / device tree In-Reply-To: <9e4733910711131556r23a38780q39baf15d85c0bd85@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_444_12278554.1195054260760" References: <9e4733910711131556r23a38780q39baf15d85c0bd85@mail.gmail.com> Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , ------=_Part_444_12278554.1195054260760 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Does this patch support the cpm2 as well? I get conflicting thoughts looking over the latest postings. -Alan On 11/13/07, Jon Smirl wrote: > > I am working on a patch for i2c and device tree. I attached the current > version. > > DTC entry looks like this. > > i2c@3d40 { > compatible = > "mpc5200b-i2c","mpc5200-i2c","fsl-i2c"; > reg = <3d40 40>; > interrupts = <2 10 0>; > interrupt-parent = <&mpc5200_pic>; > fsl5200-clocking; > > rtc@51f { > compatible = "epson,rtc8564"; > reg = <51>; > }; > }; > > > > -- > Jon Smirl > jonsmirl@gmail.com > > ------=_Part_444_12278554.1195054260760 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Does this patch support the cpm2 as well?

I get conflicting thoughts looking over the latest postings.

-Alan


On 11/13/07, Jon Smirl < jonsmirl@gmail.com> wrote:
I am working on a patch for i2c and device tree. I attached the current version.

DTC entry looks like this.

                i2c@3d40 {
                        compatible = "mpc5200b-i2c","mpc5200-i2c","fsl-i2c";
                        reg = <3d40 40>;
                        interrupts = <2 10 0>;
                        interrupt-parent = <&mpc5200_pic>;
                        fsl5200-clocking;

                        rtc@51f {
                                compatible = "epson,rtc8564";
                                reg = <51>;
                        };
                };



--
Jon Smirl
jonsmirl@gmail.com


------=_Part_444_12278554.1195054260760--