]> Git Repo - linux.git/commitdiff
ARM: tegra: harmony: Add ADT7641 temperature sensor
authorThierry Reding <[email protected]>
Fri, 9 Nov 2012 21:58:43 +0000 (22:58 +0100)
committerStephen Warren <[email protected]>
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 <[email protected]>
Tested-by: Stephen Warren <[email protected]>
Signed-off-by: Stephen Warren <[email protected]>
arch/arm/boot/dts/tegra20-harmony.dts

index 74b8a47adf91561494e0d7d884d8aed0c6cfc785..a3f2f383c0496e9a3764f19f5610b8cf49efc64c 100644 (file)
                                };
                        };
                };
+
+               temperature-sensor@4c {
+                       compatible = "adi,adt7461";
+                       reg = <0x4c>;
+               };
        };
 
        pmc {
This page took 0.054236 seconds and 4 git commands to generate.