linuxppc-dev.lists.ozlabs.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] add lm75 to mpc 837x rdb dts
@ 2009-01-30 14:34 Reynes Philippe
  2009-01-30 14:43 ` Kumar Gala
  0 siblings, 1 reply; 5+ messages in thread
From: Reynes Philippe @ 2009-01-30 14:34 UTC (permalink / raw)
  To: linuxppc-dev; +Cc: Kumar Gala

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 e747486..38507ee 100644
--- a/arch/powerpc/boot/dts/mpc8377_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts
@@ -137,6 +137,11 @@
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
=20
+			dtt@48 {
+				compatible =3D "national, lm75";
+				reg =3D <0x48>;
+			};
+
 			at24@50 {
 				compatible =3D "at24,24c256";
 				reg =3D <0x50>;
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts
b/arch/powerpc/boot/dts/mpc8378_rdb.dts
index f4c8682..d731780 100644
--- a/arch/powerpc/boot/dts/mpc8378_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts
@@ -137,6 +137,11 @@
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
=20
+			dtt@48 {
+				compatible =3D "national, lm75";
+				reg =3D <0x48>;
+			};
+
 			at24@50 {
 				compatible =3D "at24,24c256";
 				reg =3D <0x50>;
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts
b/arch/powerpc/boot/dts/mpc8379_rdb.dts
index 1985cef..d3b78b2 100644
--- a/arch/powerpc/boot/dts/mpc8379_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts
@@ -135,6 +135,11 @@
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
=20
+			dtt@48 {
+				compatible =3D "national, lm75";
+				reg =3D <0x48>;
+			};
+
 			at24@50 {
 				compatible =3D "at24,24c256";
 				reg =3D <0x50>;

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

* Re: [PATCH] add lm75 to mpc 837x rdb dts
  2009-01-30 14:34 [PATCH] add lm75 to mpc 837x rdb dts Reynes Philippe
@ 2009-01-30 14:43 ` Kumar Gala
  2009-02-02 15:59   ` Reynes Philippe
  0 siblings, 1 reply; 5+ messages in thread
From: Kumar Gala @ 2009-01-30 14:43 UTC (permalink / raw)
  To: Reynes Philippe; +Cc: linuxppc-dev


On Jan 30, 2009, at 8:34 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 e747486..38507ee 100644
> --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts
> @@ -137,6 +137,11 @@
> 			interrupt-parent = <&ipic>;
> 			dfsrr;
>
> +			dtt@48 {
> +				compatible = "national, lm75";

is there really a space between national, and lm75?

>
> +				reg = <0x48>;
> +			};
> +
> 			at24@50 {
> 				compatible = "at24,24c256";
> 				reg = <0x50>;

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

* RE: [PATCH] add lm75 to mpc 837x rdb dts
  2009-01-30 14:43 ` Kumar Gala
@ 2009-02-02 15:59   ` Reynes Philippe
  2009-02-02 16:00     ` Kumar Gala
  2009-02-02 16:01     ` Kumar Gala
  0 siblings, 2 replies; 5+ messages in thread
From: Reynes Philippe @ 2009-02-02 15:59 UTC (permalink / raw)
  To: Kumar Gala; +Cc: linuxppc-dev

You're right, there no space in "national,lm75".

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 e747486..54b4520 100644
--- a/arch/powerpc/boot/dts/mpc8377_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts
@@ -137,6 +137,11 @@
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
=20
+			dtt@48 {
+				compatible =3D "national,lm75";
+				reg =3D <0x48>;
+			};
+
 			at24@50 {
 				compatible =3D "at24,24c256";
 				reg =3D <0x50>;
diff --git a/arch/powerpc/boot/dts/mpc8378_rdb.dts =
b/arch/powerpc/boot/dts/mpc8378_rdb.dts
index f4c8682..7243374 100644
--- a/arch/powerpc/boot/dts/mpc8378_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8378_rdb.dts
@@ -137,6 +137,11 @@
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
=20
+			dtt@48 {
+				compatible =3D "national,lm75";
+				reg =3D <0x48>;
+			};
+
 			at24@50 {
 				compatible =3D "at24,24c256";
 				reg =3D <0x50>;
diff --git a/arch/powerpc/boot/dts/mpc8379_rdb.dts =
b/arch/powerpc/boot/dts/mpc8379_rdb.dts
index 1985cef..6dac476 100644
--- a/arch/powerpc/boot/dts/mpc8379_rdb.dts
+++ b/arch/powerpc/boot/dts/mpc8379_rdb.dts
@@ -135,6 +135,11 @@
 			interrupt-parent =3D <&ipic>;
 			dfsrr;
=20
+			dtt@48 {
+				compatible =3D "national,lm75";
+				reg =3D <0x48>;
+			};
+
 			at24@50 {
 				compatible =3D "at24,24c256";
 				reg =3D <0x50>;

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

* Re: [PATCH] add lm75 to mpc 837x rdb dts
  2009-02-02 15:59   ` Reynes Philippe
@ 2009-02-02 16:00     ` Kumar Gala
  2009-02-02 16:01     ` Kumar Gala
  1 sibling, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2009-02-02 16:00 UTC (permalink / raw)
  To: Reynes Philippe; +Cc: linuxppc-dev


On Feb 2, 2009, at 9:59 AM, Reynes Philippe wrote:

> You're right, there no space in "national,lm75".

in the future such comments are best placed after the ---.

- k

>
>
> 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 e747486..54b4520 100644
> --- a/arch/powerpc/boot/dts/mpc8377_rdb.dts
> +++ b/arch/powerpc/boot/dts/mpc8377_rdb.dts
> @@ -137,6 +137,11 @@

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

* Re: [PATCH] add lm75 to mpc 837x rdb dts
  2009-02-02 15:59   ` Reynes Philippe
  2009-02-02 16:00     ` Kumar Gala
@ 2009-02-02 16:01     ` Kumar Gala
  1 sibling, 0 replies; 5+ messages in thread
From: Kumar Gala @ 2009-02-02 16:01 UTC (permalink / raw)
  To: Reynes Philippe; +Cc: linuxppc-dev


On Feb 2, 2009, at 9:59 AM, Reynes Philippe wrote:

> You're right, there no space in "national,lm75".
>
> Signed-off-by: Philippe Reynes <philippe.reynes@isismpp.fr>
> ---

applied to next

- k

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

end of thread, other threads:[~2009-02-02 16:01 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-01-30 14:34 [PATCH] add lm75 to mpc 837x rdb dts Reynes Philippe
2009-01-30 14:43 ` Kumar Gala
2009-02-02 15:59   ` Reynes Philippe
2009-02-02 16:00     ` Kumar Gala
2009-02-02 16:01     ` Kumar Gala

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).