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

Commit 552555bc authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents da8144d4 b35d12c4
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";
	};
};