powerpc/85xx: TQM85xx - add i2c device nodes for LM75
authorWolfgang Grandegger <wg@grandegger.com>
Thu, 29 Jan 2009 12:49:17 +0000 (13:49 +0100)
committerKumar Gala <galak@kernel.crashing.org>
Mon, 2 Feb 2009 15:40:59 +0000 (09:40 -0600)
Automatic I2C device probing is not done any more. Therefore we need
proper DTS device node definitions for the I2C LM75 thermal sensor on
the TQM85xx modules.

Signed-off-by: Wolfgang Grandegger <wg@grandegger.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
arch/powerpc/boot/dts/tqm8540.dts
arch/powerpc/boot/dts/tqm8541.dts
arch/powerpc/boot/dts/tqm8548-bigflash.dts
arch/powerpc/boot/dts/tqm8548.dts
arch/powerpc/boot/dts/tqm8555.dts
arch/powerpc/boot/dts/tqm8560.dts

index a693f01..39e55ab 100644 (file)
                        interrupt-parent = <&mpic>;
                        dfsrr;
 
+                       dtt@50 {
+                               compatible = "national,lm75";
+                               reg = <0x50>;
+                       };
+
                        rtc@68 {
                                compatible = "dallas,ds1337";
                                reg = <0x68>;
index 9e3f5f0..58ae8bc 100644 (file)
                        interrupt-parent = <&mpic>;
                        dfsrr;
 
+                       dtt@50 {
+                               compatible = "national,lm75";
+                               reg = <0x50>;
+                       };
+
                        rtc@68 {
                                compatible = "dallas,ds1337";
                                reg = <0x68>;
index 86ebbe9..bff380a 100644 (file)
                        interrupt-parent = <&mpic>;
                        dfsrr;
 
+                       dtt@50 {
+                               compatible = "national,lm75";
+                               reg = <0x50>;
+                       };
+
                        rtc@68 {
                                compatible = "dallas,ds1337";
                                reg = <0x68>;
index c7eb921..112ac90 100644 (file)
                        interrupt-parent = <&mpic>;
                        dfsrr;
 
+                       dtt@50 {
+                               compatible = "national,lm75";
+                               reg = <0x50>;
+                       };
+
                        rtc@68 {
                                compatible = "dallas,ds1337";
                                reg = <0x68>;
index cf92b4e..4b7da89 100644 (file)
                        interrupt-parent = <&mpic>;
                        dfsrr;
 
+                       dtt@50 {
+                               compatible = "national,lm75";
+                               reg = <0x50>;
+                       };
+
                        rtc@68 {
                                compatible = "dallas,ds1337";
                                reg = <0x68>;
index fe83d22..3fa552f 100644 (file)
                        interrupt-parent = <&mpic>;
                        dfsrr;
 
+                       dtt@50 {
+                               compatible = "national,lm75";
+                               reg = <0x50>;
+                       };
+
                        rtc@68 {
                                compatible = "dallas,ds1337";
                                reg = <0x68>;