LinuxPPC-Dev Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] add i2c eeprom to dts for mpc 837x rdb
       [not found] ` <761F451C5F17F74DAEE4661DA5ABBC16215158@factorix.ISISTHIBAUD.local>
@ 2009-01-18 15:57   ` Reynes Philippe
  2009-01-27 17:18     ` Kumar Gala
  2009-01-18 17:13   ` Reynes Philippe
  1 sibling, 1 reply; 7+ messages in thread
From: Reynes Philippe @ 2009-01-18 15:57 UTC (permalink / raw)
  To: linuxppc-dev

[-- 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 --]

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH] add i2c eeprom to dts for mpc 837x rdb
       [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-18 17:13   ` Reynes Philippe
  1 sibling, 0 replies; 7+ messages in thread
From: Reynes Philippe @ 2009-01-18 17:13 UTC (permalink / raw)
  To: linuxppc-dev

[-- 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 --]

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] add i2c eeprom to dts for mpc 837x rdb
  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
  0 siblings, 1 reply; 7+ messages in thread
From: Kumar Gala @ 2009-01-27 17:18 UTC (permalink / raw)
  To: Reynes Philippe; +Cc: linuxppc-dev

Your patch is in MIME format and doesn't apply cleanly.  Can you  
repost in a way that the patch can be applied

- k

On Jan 18, 2009, at 9:57 AM, Reynes Philippe wrote:

> 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>;
>
>
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* RE: [PATCH] add i2c eeprom to dts for mpc 837x rdb
  2009-01-27 17:18     ` Kumar Gala
@ 2009-01-27 17:55       ` Reynes Philippe
  2009-01-28  0:35         ` Kumar Gala
  0 siblings, 1 reply; 7+ messages in thread
From: Reynes Philippe @ 2009-01-27 17:55 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

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 =3D <14 0x8>;
                        interrupt-parent =3D <&ipic>;
                        dfsrr;
+
+                       at24@50 {
+                               compatible =3D "at24,24c256";
+                               reg =3D <0x50>;
+                       };
+
                        rtc@68 {
                                compatible =3D "dallas,ds1339";
                                reg =3D <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 =3D <14 0x8>;
                        interrupt-parent =3D <&ipic>;
                        dfsrr;
+
+                       at24@50 {
+                               compatible =3D "at24,24c256";
+                               reg =3D <0x50>;
+                       };
+
                        rtc@68 {
                                compatible =3D "dallas,ds1339";
                                reg =3D <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 =3D <14 0x8>;
                        interrupt-parent =3D <&ipic>;
                        dfsrr;
+
+                       at24@50 {
+                               compatible =3D "at24,24c256";
+                               reg =3D <0x50>;
+                       };
+
                        rtc@68 {
                                compatible =3D "dallas,ds1339";
                                reg =3D <0x68>;

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] add i2c eeprom to dts for mpc 837x rdb
  2009-01-27 17:55       ` Reynes Philippe
@ 2009-01-28  0:35         ` Kumar Gala
  2009-01-28 10:07           ` Reynes Philippe
  0 siblings, 1 reply; 7+ messages in thread
From: Kumar Gala @ 2009-01-28  0:35 UTC (permalink / raw)
  To: Reynes Philippe; +Cc: linuxppc-dev list

what kernel tree are these against?  I still have issues applying this.

Also, you are using spaces instead of tabs.

- k

On Jan 27, 2009, at 11:55 AM, Reynes Philippe wrote:

> 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>;
> _______________________________________________
> Linuxppc-dev mailing list
> Linuxppc-dev@ozlabs.org
> https://ozlabs.org/mailman/listinfo/linuxppc-dev

^ permalink raw reply	[flat|nested] 7+ messages in thread

* [PATCH] add i2c eeprom to dts for mpc 837x rdb
  2009-01-28  0:35         ` Kumar Gala
@ 2009-01-28 10:07           ` Reynes Philippe
  2009-01-28 15:53             ` Kumar Gala
  0 siblings, 1 reply; 7+ messages in thread
From: Reynes Philippe @ 2009-01-28 10:07 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev list

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 <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 =3D <14 0x8>;
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
+
+			at24@50 {
+				compatible =3D "at24,24c256";
+				reg =3D <0x50>;
+			};
+
 			rtc@68 {
 				compatible =3D "dallas,ds1339";
 				reg =3D <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 =3D <14 0x8>;
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
+
+			at24@50 {
+				compatible =3D "at24,24c256";
+				reg =3D <0x50>;
+			};
+
 			rtc@68 {
 				compatible =3D "dallas,ds1339";
 				reg =3D <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 =3D <14 0x8>;
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
+
+			at24@50 {
+				compatible =3D "at24,24c256";
+				reg =3D <0x50>;
+			};
+
 			rtc@68 {
 				compatible =3D "dallas,ds1339";
 				reg =3D <0x68>;

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH] add i2c eeprom to dts for mpc 837x rdb
  2009-01-28 10:07           ` Reynes Philippe
@ 2009-01-28 15:53             ` Kumar Gala
  0 siblings, 0 replies; 7+ messages in thread
From: Kumar Gala @ 2009-01-28 15:53 UTC (permalink / raw)
  To: Reynes Philippe; +Cc: linuxppc-dev list


On Jan 28, 2009, at 4:07 AM, Reynes Philippe wrote:

> 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 <philippe.reynes@isismpp.fr>
> ---

applied to next

- k

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2009-01-28 15:54 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [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 is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox