From: Thierry Reding Date: Fri, 9 Nov 2012 21:58:43 +0000 (+0100) Subject: ARM: tegra: harmony: Add ADT7641 temperature sensor X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=42d2534a92360908fb9ba5ef77a5cf8938ed2170;p=deliverable%2Flinux.git 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 Tested-by: Stephen Warren Signed-off-by: Stephen Warren --- 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 {