Commit b8444686 authored by Dmitry Osipenko's avatar Dmitry Osipenko Committed by Thierry Reding
Browse files

ARM: tegra: nexus7: 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: default avatarDmitry Osipenko <digetx@gmail.com>
Signed-off-by: default avatarThierry Reding <treding@nvidia.com>
parent 155bfaf7
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -920,6 +920,10 @@ nct72: temperature-sensor@4c {
			compatible = "onnn,nct1008";
			reg = <0x4c>;
			vcc-supply = <&vdd_3v3_sys>;

			interrupt-parent = <&gpio>;
			interrupts = <TEGRA_GPIO(S, 3) IRQ_TYPE_EDGE_FALLING>;

			#thermal-sensor-cells = <1>;
		};