]> rtime.felk.cvut.cz Git - can-eth-gw-linux.git/commitdiff
ARM: tegra: harmony: Add ADT7641 temperature sensor
authorThierry Reding <thierry.reding@avionic-design.de>
Fri, 9 Nov 2012 21:58:43 +0000 (22:58 +0100)
committerStephen Warren <swarren@nvidia.com>
Thu, 15 Nov 2012 22:07:29 +0000 (15:07 -0700)
The Harmony board has an Analog Devices ADT7461 temperature sensor
connected to the DVC bus. It can be used to monitor the ambient (local)
and on-die (remote) temperatures.

Signed-off-by: Thierry Reding <thierry.reding@avionic-design.de>
Tested-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
arch/arm/boot/dts/tegra20-harmony.dts

index 74b8a47adf91561494e0d7d884d8aed0c6cfc785..a3f2f383c0496e9a3764f19f5610b8cf49efc64c 100644 (file)
                                };
                        };
                };
+
+               temperature-sensor@4c {
+                       compatible = "adi,adt7461";
+                       reg = <0x4c>;
+               };
        };
 
        pmc {