LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: "Reynes Philippe" <philippe.reynes@isismpp.fr>
To: <linuxppc-dev@ozlabs.org>
Subject: [PATCH] add i2c eeprom to dts for mpc 837x rdb
Date: Sun, 18 Jan 2009 18:13:55 +0100	[thread overview]
Message-ID: <761F451C5F17F74DAEE4661DA5ABBC1621515B@factorix.ISISTHIBAUD.local> (raw)
In-Reply-To: 761F451C5F17F74DAEE4661DA5ABBC16215158@factorix.ISISTHIBAUD.local

[-- Attachment #1: Type: text/plain, Size: 1451 bytes --]

Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
---
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>;


[-- Attachment #2: Type: text/html, Size: 6399 bytes --]

      parent reply	other threads:[~2009-01-18 17:15 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <761F451C5F17F74DAEE4661DA5ABBC160181BE95@factorix.ISISTHIBAUD.local>
     [not found] ` <761F451C5F17F74DAEE4661DA5ABBC16215158@factorix.ISISTHIBAUD.local>
2009-01-18 15:57   ` [PATCH] add i2c eeprom to dts for mpc 837x rdb Reynes Philippe
2009-01-27 17:18     ` Kumar Gala
2009-01-27 17:55       ` Reynes Philippe
2009-01-28  0:35         ` Kumar Gala
2009-01-28 10:07           ` Reynes Philippe
2009-01-28 15:53             ` Kumar Gala
2009-01-18 17:13   ` Reynes Philippe [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=761F451C5F17F74DAEE4661DA5ABBC1621515B@factorix.ISISTHIBAUD.local \
    --to=philippe.reynes@isismpp.fr \
    --cc=linuxppc-dev@ozlabs.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox