From: Marc Dietrich <marvin24@gmx.de>
Date: Tue, 31 Jan 2012 18:53:21 +0000 (+0100)
Subject: ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree
X-Git-Tag: v3.4-rc1~88^2~7^2~4
X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=1266f8970eb044013a563a47c7ab90413a2cacc3;p=users%2Fjedix%2Flinux-maple.git

ARM: dt: tegra: add ADT7461 temperature sensor to paz00 device tree

Add the ADT7461 temperature monitoring IC which is connected via
the DVC controller.

Signed-off-by: Marc Dietrich <marvin24@gmx.de>
Acked-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
---

diff --git a/arch/arm/boot/dts/tegra-paz00.dts b/arch/arm/boot/dts/tegra-paz00.dts
index 1a1d7023b69b..22d12f312318 100644
--- a/arch/arm/boot/dts/tegra-paz00.dts
+++ b/arch/arm/boot/dts/tegra-paz00.dts
@@ -35,6 +35,11 @@
 
 	i2c@7000d000 {
 		clock-frequency = <400000>;
+
+		adt7461@4c {
+			compatible = "adi,adt7461";
+			reg = <0x4c>;
+		};
 	};
 
 	serial@70006000 {