diff options
author | Thierry Reding <thierry.reding@avionic-design.de> | 2012-11-09 16:58:43 -0500 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-15 17:07:29 -0500 |
commit | 42d2534a92360908fb9ba5ef77a5cf8938ed2170 (patch) | |
tree | 91b9bf983b02a038257f2667d0fb1372c01a9c30 | |
parent | b28113e24975ef5307594bcc528401bef6ede9b8 (diff) |
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 @@ | |||
396 | }; | 396 | }; |
397 | }; | 397 | }; |
398 | }; | 398 | }; |
399 | |||
400 | temperature-sensor@4c { | ||
401 | compatible = "adi,adt7461"; | ||
402 | reg = <0x4c>; | ||
403 | }; | ||
399 | }; | 404 | }; |
400 | 405 | ||
401 | pmc { | 406 | pmc { |