提交 155bfaf7 编写于 作者: D Dmitry Osipenko 提交者: Thierry Reding

ARM: tegra: paz00: Add interrupt to temperature sensor node

The TEMP_ALERT pin of LM90 temperature sensor is connected to Tegra SoC.
Add interrupt property to the temperature sensor for completeness.
Signed-off-by: NDmitry Osipenko <digetx@gmail.com>
Signed-off-by: NThierry Reding <treding@nvidia.com>
上级 da0ad898
...@@ -503,6 +503,10 @@ ...@@ -503,6 +503,10 @@
adt7461: temperature-sensor@4c { adt7461: temperature-sensor@4c {
compatible = "adi,adt7461"; compatible = "adi,adt7461";
reg = <0x4c>; reg = <0x4c>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(N, 6) IRQ_TYPE_EDGE_FALLING>;
#thermal-sensor-cells = <1>; #thermal-sensor-cells = <1>;
}; };
}; };
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册