[PATCH V2 4/4] arm/dt: Add ADT7461 to Seaboard

Stephen Warren swarren at nvidia.com
Sun Dec 18 01:29:32 EST 2011


The ADT7461 is a temperature monitoring IC. One is present on the DVC
I2C bus on Seaboard.

Signed-off-by: Stephen Warren <swarren at nvidia.com>
---
v2: No change

 arch/arm/boot/dts/tegra-seaboard.dts |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/arch/arm/boot/dts/tegra-seaboard.dts b/arch/arm/boot/dts/tegra-seaboard.dts
index 3cfbd04..b55a02e 100644
--- a/arch/arm/boot/dts/tegra-seaboard.dts
+++ b/arch/arm/boot/dts/tegra-seaboard.dts
@@ -25,6 +25,11 @@
 
 	i2c at 7000d000 {
 		clock-frequency = <400000>;
+
+		adt7461 at 4c {
+			compatible = "adt7461";
+			reg = <0x4c>;
+		};
 	};
 
 	serial at 70006000 {
-- 
1.7.5.4




More information about the linux-arm-kernel mailing list