]> Git Repo - linux.git/commitdiff
powerpc/44x: Add hwmon support to Sequoia device tree
authorMatthias Fuchs <[email protected]>
Sun, 7 Sep 2008 21:57:21 +0000 (21:57 +0000)
committerJosh Boyer <[email protected]>
Tue, 9 Sep 2008 12:18:01 +0000 (08:18 -0400)
This patch adds support for the AD7414 temperature sensor
on Sequoia PPC440EPx board.

Signed-off-by: Matthias Fuchs <[email protected]>
Acked-by: Stefan Roese <[email protected]>
Signed-off-by: Josh Boyer <[email protected]>
arch/powerpc/boot/dts/sequoia.dts

index 72d15f075d34638a377b27d62355e1e38adf455c..3b295e8df53f10e5e2f6591b57e9871d21631588 100644 (file)
                        };
 
                        IIC0: i2c@ef600700 {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
                                compatible = "ibm,iic-440epx", "ibm,iic";
                                reg = <0xef600700 0x00000014>;
                                interrupt-parent = <&UIC0>;
                                interrupts = <0x2 0x4>;
+
+                               hwmon@48 {
+                                       compatible = "adi,ad7414";
+                                       reg = <0x48>;
+                               };
                        };
 
                        IIC1: i2c@ef600800 {
+                               #address-cells = <1>;
+                               #size-cells = <0>;
                                compatible = "ibm,iic-440epx", "ibm,iic";
                                reg = <0xef600800 0x00000014>;
                                interrupt-parent = <&UIC0>;
This page took 0.054857 seconds and 4 git commands to generate.