linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ARM: tegra: ventana: Add NCT1008 temperature sensor
@ 2012-11-09 22:01 Thierry Reding
  2012-11-09 22:05 ` Stephen Warren
  0 siblings, 1 reply; 2+ messages in thread
From: Thierry Reding @ 2012-11-09 22:01 UTC (permalink / raw)
  To: Stephen Warren; +Cc: linux-tegra, linux-kernel

The Harmony board has an ON Semiconductors NCT1008 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>
---
 arch/arm/boot/dts/tegra20-ventana.dts | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/arch/arm/boot/dts/tegra20-ventana.dts b/arch/arm/boot/dts/tegra20-ventana.dts
index 1dde0d3..adc4754 100644
--- a/arch/arm/boot/dts/tegra20-ventana.dts
+++ b/arch/arm/boot/dts/tegra20-ventana.dts
@@ -473,6 +473,11 @@
 				};
 			};
 		};
+
+		temperature-sensor@4c {
+			compatible = "onnn,nct1008";
+			reg = <0x4c>;
+		};
 	};
 
 	pmc {
-- 
1.8.0


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ARM: tegra: ventana: Add NCT1008 temperature sensor
  2012-11-09 22:01 [PATCH] ARM: tegra: ventana: Add NCT1008 temperature sensor Thierry Reding
@ 2012-11-09 22:05 ` Stephen Warren
  0 siblings, 0 replies; 2+ messages in thread
From: Stephen Warren @ 2012-11-09 22:05 UTC (permalink / raw)
  To: Thierry Reding; +Cc: linux-tegra, linux-kernel

On 11/09/2012 03:01 PM, Thierry Reding wrote:
> The Harmony board has an ON Semiconductors NCT1008 temperature sensor
> connected to the DVC bus. It can be used to monitor the ambient (local)
> and on-die (remote) temperatures.

Thanks, applied to Tegra's for-3.8/dt branch.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-11-09 22:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-11-09 22:01 [PATCH] ARM: tegra: ventana: Add NCT1008 temperature sensor Thierry Reding
2012-11-09 22:05 ` Stephen Warren

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).