]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
powerpc: Add ADT7461 to device tree for supported boards
authorHongtao Jia <hongtao.jia@freescale.com>
Wed, 5 Nov 2014 06:59:52 +0000 (14:59 +0800)
committerScott Wood <scottwood@freescale.com>
Sat, 8 Nov 2014 00:10:48 +0000 (18:10 -0600)
Including: T104xRDB T208xQDS B4QDS

Signed-off-by: Jia Hongtao <hongtao.jia@freescale.com>
Signed-off-by: Scott Wood <scottwood@freescale.com>
arch/powerpc/boot/dts/b4qds.dtsi
arch/powerpc/boot/dts/t104xrdb.dtsi
arch/powerpc/boot/dts/t208xqds.dtsi

index 8b47edcfabf0716c8747773533cd882554bae620..bccc9867bc6be778bd43c0af5a19e6de6b563184 100644 (file)
                                                reg = <0x68>;
                                        };
                                };
+
+                               i2c@3 {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
+                                       reg = <0x3>;
+
+                                       adt7461@4c {
+                                               compatible = "adi,adt7461";
+                                               reg = <0x4c>;
+                                       };
+                               };
                        };
                };
 
index 1cf0f3c5f7e5f0ec56036c067bd74bb2a697a8cd..187add885cae3c4d6b5b8ad5edbc21c053383472 100644 (file)
                        };
                };
 
+               i2c@118000 {
+                       adt7461@4c {
+                               compatible = "adi,adt7461";
+                               reg = <0x4c>;
+                       };
+               };
+
                i2c@118100 {
                        pca9546@77 {
                                compatible = "nxp,pca9546";
index 555dc6e03d896030127decaa4e1b0a6f3d11682f..59061834d54ea8951839678f6c356aab842c3426 100644 (file)
                                                shunt-resistor = <1000>;
                                        };
                                };
+
+                               i2c@3 {
+                                       #address-cells = <1>;
+                                       #size-cells = <0>;
+                                       reg = <0x3>;
+
+                                       adt7461@4c {
+                                               compatible = "adi,adt7461";
+                                               reg = <0x4c>;
+                                       };
+                               };
                        };
                };