]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree
authorMarc Dietrich <marvin24@gmx.de>
Tue, 31 Jan 2012 18:53:21 +0000 (19:53 +0100)
committerOlof Johansson <olof@lixom.net>
Tue, 7 Feb 2012 05:08:43 +0000 (21:08 -0800)
Add the ADT7461 temperature monitoring IC which is connected via
the DVC controller.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
arch/arm/boot/dts/tegra-paz00.dts

index 1a1d7023b69b427bda55a11b0dff61e8849e001b..22d12f312318c4254798d275534579b11e4f9b5d 100644 (file)
 
        i2c@7000d000 {
                clock-frequency = <400000>;
+
+               adt7461@4c {
+                       compatible = "adi,adt7461";
+                       reg = <0x4c>;
+               };
        };
 
        serial@70006000 {