瀏覽代碼

arm/dt: Add ADT7461 to Seaboard

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

Signed-off-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Olof Johansson <olof@lixom.net>
Stephen Warren 13 年之前
父節點
當前提交
401c9a50e7
共有 1 個文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/arm/boot/dts/tegra-seaboard.dts

+ 5 - 0
arch/arm/boot/dts/tegra-seaboard.dts

@@ -25,6 +25,11 @@
 
 
 	i2c@7000d000 {
 	i2c@7000d000 {
 		clock-frequency = <400000>;
 		clock-frequency = <400000>;
+
+		adt7461@4c {
+			compatible = "adt7461";
+			reg = <0x4c>;
+		};
 	};
 	};
 
 
 	serial@70006000 {
 	serial@70006000 {