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

Commit d2ebd1d6 authored by Manaf Meethalavalappu Pallikunhi's avatar Manaf Meethalavalappu Pallikunhi
Browse files

ARM: dts: msm: Update thermal sensor info for MSM8909W BG



Add ADC thermistors like quiet_therm, emmc_therm and msm_therm into
thermal sensor info devicetree node for MSM8909 BG platform. This
will enable thermal-engine to dynamically read these sensors.

Change-Id: Id5ea9f15d7595d4ea484fd4d72e45b33fe942678
Signed-off-by: default avatarManaf Meethalavalappu Pallikunhi <manafm@codeaurora.org>
parent 3291921f
Loading
Loading
Loading
Loading
+17 −0
Original line number Diff line number Diff line
@@ -172,6 +172,23 @@
	qcom,rpmcc@1800000 {
		compatible = "qcom,rpmcc-8909-pm660";
	};

	qcom,sensor-information {
		sensor_information9: qcom,sensor-information-9 {
			qcom,sensor-type = "adc";
			qcom,sensor-name = "emmc_therm";
		};

		sensor_information10: qcom,sensor-information-10 {
			qcom,sensor-type = "adc";
			qcom,sensor-name = "msm_therm";
		};

		sensor_information11: qcom,sensor-information-11 {
			qcom,sensor-type = "adc";
			qcom,sensor-name = "quiet_therm";
		};
	};
};

&sdhc_1 {