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

Commit b35d12c4 authored by Siddartha Mohanadoss's avatar Siddartha Mohanadoss
Browse files

ARM: dts: msm: Add thermal zone nodes on sdxpoorwills



Add thermistor nodes read through VADC as a thermal zone.

Change-Id: I5f5cfaa4f049c8057193431f53131a00ba013d5d
Signed-off-by: default avatarSiddartha Mohanadoss <smohanad@codeaurora.org>
parent d5d55ba0
Loading
Loading
Loading
Loading
+35 −0
Original line number Diff line number Diff line
@@ -338,4 +338,39 @@
			};
		};
	};

	xo-therm-adc {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pmxpoorwills_vadc 0x4c>;
		thermal-governor = "user_space";
	};

	pa-therm1-adc {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pmxpoorwills_vadc 0x4d>;
		thermal-governor = "user_space";
	};

	pa-therm2-adc {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pmxpoorwills_vadc 0x4e>;
		thermal-governor = "user_space";
	};

	mdm-case-therm-adc {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pmxpoorwills_vadc 0x4f>;
		thermal-governor = "user_space";
	};

	ambient-therm-adc {
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-sensors = <&pmxpoorwills_vadc 0x52>;
		thermal-governor = "user_space";
	};
};