]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
arm/dt: Add ADT7461 to Seaboard
authorStephen Warren <swarren@nvidia.com>
Sun, 18 Dec 2011 06:29:32 +0000 (23:29 -0700)
committerOlof Johansson <olof@lixom.net>
Tue, 20 Dec 2011 01:54:54 +0000 (17:54 -0800)
The ADT7461 is a temperature monitoring IC. One is present on the DVC
I2C bus on Seaboard.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra-seaboard.dts

index f552bcc0441279856dab4f36a403002a936eb217..8ea7792380148e3e7f4d73ee565ce54e42905463 100644 (file)
 
        i2c@7000d000 {
                clock-frequency = <400000>;
+
+               adt7461@4c {
+                       compatible = "adt7461";
+                       reg = <0x4c>;
+               };
        };
 
        serial@70006000 {