[PATCH] add lm75 to mpc 837x rdb dts

Reynes Philippe philippe.reynes at isismpp.fr
Tue Feb 3 02:59:01 EST 2009


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

Signed-off-by: Philippe Reynes <philippe.reynes at 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 = <&ipic>;
 			dfsrr;
 
+			dtt at 48 {
+				compatible = "national,lm75";
+				reg = <0x48>;
+			};
+
 			at24 at 50 {
 				compatible = "at24,24c256";
 				reg = <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 = <&ipic>;
 			dfsrr;
 
+			dtt at 48 {
+				compatible = "national,lm75";
+				reg = <0x48>;
+			};
+
 			at24 at 50 {
 				compatible = "at24,24c256";
 				reg = <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 = <&ipic>;
 			dfsrr;
 
+			dtt at 48 {
+				compatible = "national,lm75";
+				reg = <0x48>;
+			};
+
 			at24 at 50 {
 				compatible = "at24,24c256";
 				reg = <0x50>;



More information about the Linuxppc-dev mailing list