From patchwork Sun Jan 18 15:57:48 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reynes Philippe X-Patchwork-Id: 19226 X-Patchwork-Delegate: galak@kernel.crashing.org Return-Path: X-Original-To: patchwork-incoming@ozlabs.org Delivered-To: patchwork-incoming@ozlabs.org Received: from ozlabs.org (localhost [127.0.0.1]) by ozlabs.org (Postfix) with ESMTP id B3B3E47568 for ; Mon, 19 Jan 2009 09:32:43 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org X-Greylist: delayed 336 seconds by postgrey-1.31 at ozlabs; Mon, 19 Jan 2009 03:04:40 EST Received: from neuf-infra-smtp-out-sp604003av.neufgp.fr (sp604003av.neufgp.fr [84.96.92.124]) by ozlabs.org (Postfix) with ESMTP id 73D06DDF45 for ; Mon, 19 Jan 2009 03:04:40 +1100 (EST) Received: from neuf-infra-smtp-out-sp604001av.neufgp.fr ([10.110.56.120]) by neuf-infra-smtp-out-sp604003av.neufgp.fr with neuf telecom id 531i1b0012bdnoS033yxfL; Sun, 18 Jan 2009 16:58:57 +0100 Received: from factorix.isismpp.fr ([86.65.130.100]) by neuf-infra-smtp-out-sp604001av.neufgp.fr with neuf telecom id 53yp1b00C2A6l06013ypVp; Sun, 18 Jan 2009 16:58:50 +0100 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Subject: [PATCH] add i2c eeprom to dts for mpc 837x rdb Date: Sun, 18 Jan 2009 16:57:48 +0100 Message-ID: <761F451C5F17F74DAEE4661DA5ABBC1621515A@factorix.ISISTHIBAUD.local> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [PATCH] add i2c eeprom to dts for mpc 837x rdb Thread-Index: Acl39a+pzlp79tnAR32ANXUxiwQ+1ABjuMNSAAA8Ba8= References: <761F451C5F17F74DAEE4661DA5ABBC160181BE95@factorix.ISISTHIBAUD.local> <761F451C5F17F74DAEE4661DA5ABBC16215158@factorix.ISISTHIBAUD.local> From: "Reynes Philippe" To: X-Mailman-Approved-At: Mon, 19 Jan 2009 09:32:19 +1100 X-BeenThere: linuxppc-dev@ozlabs.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Mime-version: 1.0 Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Signed-off-by: Philippe Reynes diff --git a/arch/powerpc/boot/dts/mpc8377_rdb.dts b/arch/powerpc/boot/dts/mpc8377_rdb.dts index 9413af3..a8276d4 100644 --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts @@ -116,6 +116,12 @@ interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + at24@50 { + compatible = "at24,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts b/arch/powerpc/boot/dts/mpc8378_rdb.dts index 23c10ce..4ee2639 100644 --- a/arch/powerpc/boot/dts/mpc8378_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts @@ -116,6 +116,12 @@ interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + at24@50 { + compatible = "at24,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>; diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts b/arch/powerpc/boot/dts/mpc8379_rdb.dts index 72cdc3c..2c06d39 100644 --- a/arch/powerpc/boot/dts/mpc8379_rdb.dts +++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts @@ -116,6 +116,12 @@ interrupts = <14 0x8>; interrupt-parent = <&ipic>; dfsrr; + + at24@50 { + compatible = "at24,24c256"; + reg = <0x50>; + }; + rtc@68 { compatible = "dallas,ds1339"; reg = <0x68>;