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

Commit 58a1490e authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Fix ADC compilation error for atoll



Fix the ADC compilation error by adding the ADC header
file in the target specific file. While at it, remove
the polling delay for tof_therm to avoid the periodic
system wakeups.

Change-Id: I8c5020fe4412a63c27808dd0280d09ac8d003fd3
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent d34a520d
Loading
Loading
Loading
Loading
+3 −1
Original line number Original line Diff line number Diff line
@@ -10,6 +10,8 @@
 * GNU General Public License for more details.
 * GNU General Public License for more details.
 */
 */


#include <dt-bindings/iio/qcom,spmi-vadc.h>

&soc {
&soc {
};
};


@@ -90,7 +92,7 @@


	tof-therm {
	tof-therm {
		polling-delay-passive = <0>;
		polling-delay-passive = <0>;
		polling-delay = <5000>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-governor = "user_space";
		thermal-sensors = <&pm6150l_adc_tm_iio ADC_GPIO3_PU2>;
		thermal-sensors = <&pm6150l_adc_tm_iio ADC_GPIO3_PU2>;
		wake-capable-sensor;
		wake-capable-sensor;