From patchwork Wed Jan 28 10:07:44 2009 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Reynes Philippe X-Patchwork-Id: 20590 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 E2BAD474F5 for ; Wed, 28 Jan 2009 21:43:12 +1100 (EST) X-Original-To: linuxppc-dev@ozlabs.org Delivered-To: linuxppc-dev@ozlabs.org Received: from neuf-infra-smtp-out-sp604003av.neufgp.fr (sp604003av.neufgp.fr [84.96.92.124]) by ozlabs.org (Postfix) with ESMTP id CEC80DE076 for ; Wed, 28 Jan 2009 21:41:31 +1100 (EST) Received: from neuf-infra-smtp-out-sp604011av.neufgp.fr ([10.110.56.116]) by neuf-infra-smtp-out-sp604003av.neufgp.fr with neuf telecom id 8xro1b0092WT6TN03y7ldM; Wed, 28 Jan 2009 11:07:45 +0100 Received: from factorix.isismpp.fr ([86.65.130.100]) by neuf-infra-smtp-out-sp604011av.neufgp.fr with neuf telecom id 8y7k1b00H2A6l060By7kar; Wed, 28 Jan 2009 11:07:45 +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: Wed, 28 Jan 2009 11:07:44 +0100 Message-ID: <761F451C5F17F74DAEE4661DA5ABBC1616C447@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: AcmA4G/nizF9Hml6TaS+4q4MdMTKnAATypwg References: <761F451C5F17F74DAEE4661DA5ABBC160181BE95@factorix.ISISTHIBAUD.local> <761F451C5F17F74DAEE4661DA5ABBC16215158@factorix.ISISTHIBAUD.local> <761F451C5F17F74DAEE4661DA5ABBC1621515A@factorix.ISISTHIBAUD.local> <7FAC732F-383E-4228-9770-3F791EA215FC@freescale.com> <761F451C5F17F74DAEE4661DA5ABBC1616C446@factorix.ISISTHIBAUD.local> <0A7AE75B-7D27-4396-9708-824F834322D3@freescale.com> From: "Reynes Philippe" To: "Kumar Gala" Cc: linuxppc-dev list 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: , Sender: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org Errors-To: linuxppc-dev-bounces+patchwork-incoming=ozlabs.org@ozlabs.org This patch is based on galak powerpc tree (branch next). I've done it again as previous one don't apply properly, and change space by tab. 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>;