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

Commit d18e78a4 authored by Jishnu Prakash's avatar Jishnu Prakash Committed by Gerrit - the friendly Code Review server
Browse files

ARM: dts: msm: Move quiet_therm under ADC_TM for lagoon

Move quiet_therm under ADC_TM for PM6150l on lagoon in place of
msm_therm, to follow thermal recommendation.

Change-Id: I0f4796c72d806f84611401e1ed9e8d97118e6d38
parent c36a6a2d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -1017,7 +1017,7 @@
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-sensors = <&pm6150l_adc_tm ADC_AMUX_THM2_PU2>;
		thermal-sensors = <&pm6150l_adc_tm_iio ADC_AMUX_THM2_PU2>;
		wake-capable-sensor;
		trips {
			active-config0 {
@@ -1062,7 +1062,7 @@
		polling-delay-passive = <0>;
		polling-delay = <0>;
		thermal-governor = "user_space";
		thermal-sensors = <&pm6150l_adc_tm_iio ADC_GPIO4_PU2>;
		thermal-sensors = <&pm6150l_adc_tm ADC_GPIO4_PU2>;
		wake-capable-sensor;
		trips {
			active-config0 {
+14 −14
Original line number Diff line number Diff line
@@ -4027,9 +4027,9 @@
	#address-cells = <1>;
	#size-cells = <0>;
	io-channels = <&pm6150l_vadc ADC_AMUX_THM1_PU2>,
			<&pm6150l_vadc ADC_AMUX_THM2_PU2>,
			<&pm6150l_vadc ADC_AMUX_THM3_PU2>,
			<&pm6150l_vadc ADC_GPIO3_PU2>;
			<&pm6150l_vadc ADC_GPIO3_PU2>,
			<&pm6150l_vadc ADC_GPIO4_PU2>;

	/* Channel nodes */

@@ -4039,12 +4039,6 @@
		qcom,hw-settle-time = <200>;
	};

	msm_therm {
		reg = <ADC_AMUX_THM2_PU2>;
		qcom,ratiometric;
		qcom,hw-settle-time = <200>;
	};

	pa_therm0 {
		reg = <ADC_AMUX_THM3_PU2>;
		qcom,ratiometric;
@@ -4056,6 +4050,12 @@
		qcom,ratiometric;
		qcom,hw-settle-time = <200>;
	};

	quiet_therm {
		reg = <ADC_GPIO4_PU2>;
		qcom,ratiometric;
		qcom,hw-settle-time = <200>;
	};
};

&pmk8350_adc_tm {
@@ -4078,17 +4078,17 @@
			#thermal-sensor-cells = <1>;
			#address-cells = <1>;
			#size-cells = <0>;
			io-channels = <&pm6150l_vadc ADC_GPIO2_PU2>,
					<&pm6150l_vadc ADC_GPIO4_PU2>;
			io-channels = <&pm6150l_vadc ADC_AMUX_THM2_PU2>,
					<&pm6150l_vadc ADC_GPIO2_PU2>;

			rfc_cam_therm {
				reg = <ADC_GPIO2_PU2>;
			msm_therm {
				reg = <ADC_AMUX_THM2_PU2>;
				qcom,ratiometric;
				qcom,hw-settle-time = <200>;
			};

			quiet_therm {
				reg = <ADC_GPIO4_PU2>;
			rfc_cam_therm {
				reg = <ADC_GPIO2_PU2>;
				qcom,ratiometric;
				qcom,hw-settle-time = <200>;
			};