From: Thierry Reding Date: Fri, 9 Nov 2012 22:00:08 +0000 (+0100) Subject: ARM: tegra: tamonten: Add NCT1008 temperature sensor X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=840a40807f17ac6b8f2e1f19e495cab9896b19bc;p=deliverable%2Flinux.git ARM: tegra: tamonten: Add NCT1008 temperature sensor The Tamonten SOM has an ON Semiconductor NCT1008 connected to the DVC bus which is used to measure the ambient (local) temperature as well as the on-die (remote) temperature. Signed-off-by: Thierry Reding Signed-off-by: Stephen Warren --- diff --git a/arch/arm/boot/dts/tegra20-tamonten.dtsi b/arch/arm/boot/dts/tegra20-tamonten.dtsi index c3540e033e8d..95df80e7cda7 100644 --- a/arch/arm/boot/dts/tegra20-tamonten.dtsi +++ b/arch/arm/boot/dts/tegra20-tamonten.dtsi @@ -440,6 +440,11 @@ }; }; }; + + temperature-sensor@4c { + compatible = "onnn,nct1008"; + reg = <0x4c>; + }; }; pmc {