Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2756fa78 authored by Anirudh Ghayal's avatar Anirudh Ghayal
Browse files

ARM: dts: msm: Add the iio-channel for pm2250 temp-alarm

The temp-alarm driver reports the PMIC-die reading it
from the ADC die-temp channel, enable the interface.

Change-Id: I60f8069734fe0ad193f9750c0ca05722dbf328c2
parent baecf5d8
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -49,6 +49,8 @@
			compatible = "qcom,spmi-temp-alarm";
			reg = <0x2400 0x100>;
			interrupts = <0x0 0x24 0x0 IRQ_TYPE_EDGE_BOTH>;
			io-channels = <&pm2250_vadc ADC_DIE_TEMP>;
			io-channel-names = "thermal";
			#thermal-sensor-cells = <0>;
			qcom,temperature-threshold-set = <1>;
		};