Skip to content

Commit

Permalink
ARM: tegra: harmony: Add ADT7641 temperature sensor
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Thierry Reding authored and Stephen Warren committed Nov 15, 2012
1 parent b28113e commit 42d2534
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions arch/arm/boot/dts/tegra20-harmony.dts
Original file line number Diff line number Diff line change
Expand Up @@ -396,6 +396,11 @@
};
};
};

temperature-sensor@4c {
compatible = "adi,adt7461";
reg = <0x4c>;
};
};

pmc {
Expand Down

0 comments on commit 42d2534

Please sign in to comment.