浏览代码

ARM: tegra: ventana: Add NCT1008 temperature sensor

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>
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Thierry Reding 12 年之前
父节点
当前提交
ee9f726040
共有 1 个文件被更改,包括 5 次插入0 次删除
  1. 5 0
      arch/arm/boot/dts/tegra20-ventana.dts

+ 5 - 0
arch/arm/boot/dts/tegra20-ventana.dts

@@ -473,6 +473,11 @@
 				};
 			};
 		};
+
+		temperature-sensor@4c {
+			compatible = "onnn,nct1008";
+			reg = <0x4c>;
+		};
 	};
 
 	pmc {