diff options
author | 2012-11-09 22:58:43 +0100 | |
---|---|---|
committer | 2012-11-15 15:07:29 -0700 | |
commit | 42d2534a92360908fb9ba5ef77a5cf8938ed2170 (patch) | |
tree | 91b9bf983b02a038257f2667d0fb1372c01a9c30 | |
parent | ARM: tegra: tec: Remove redundant DT properties (diff) | |
download | linux-dev-42d2534a92360908fb9ba5ef77a5cf8938ed2170.tar.xz linux-dev-42d2534a92360908fb9ba5ef77a5cf8938ed2170.zip |
ARM: tegra: harmony: Add ADT7641 temperature sensor
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>
-rw-r--r-- | arch/arm/boot/dts/tegra20-harmony.dts | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/boot/dts/tegra20-harmony.dts b/arch/arm/boot/dts/tegra20-harmony.dts index 74b8a47adf91..a3f2f383c049 100644 --- a/arch/arm/boot/dts/tegra20-harmony.dts +++ b/arch/arm/boot/dts/tegra20-harmony.dts @@ -396,6 +396,11 @@ }; }; }; + + temperature-sensor@4c { + compatible = "adi,adt7461"; + reg = <0x4c>; + }; }; pmc { |