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

Commit 17a75e26 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Correct thermistor names on PM6125 for trinket



Correct names of emmc_therm and camera_flash_therm on PM6125
for trinket.

Change-Id: I0cf5b8c157ea8ed0f17bda8230838688ffd39fe7
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 509db46a
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -158,14 +158,14 @@
		};
	};

	emmc-ufs-therm-adc {
	camera-ftherm-adc {
		polling-delay-passive = <0>;
		polling-delay = <5000>;
		thermal-governor = "user_space";
		thermal-sensors = <&pm6125_adc_tm_iio ADC_GPIO1_PU2>;
	};

	camera-ftherm-adc {
	emmc-ufs-therm-adc {
		polling-delay-passive = <0>;
		polling-delay = <5000>;
		thermal-governor = "user_space";
+2 −2
Original line number Diff line number Diff line
@@ -2405,13 +2405,13 @@
			io-channels = <&pm6125_vadc ADC_GPIO1_PU2>,
					<&pm6125_vadc ADC_GPIO3_PU2>;

			emmc_ufs_therm {
			camera_flash_therm {
				reg = <ADC_GPIO1_PU2>;
				qcom,ratiometric;
				qcom,hw-settle-time = <200>;
			};

			camera_flash_therm {
			emmc_ufs_therm {
				reg = <ADC_GPIO3_PU2>;
				qcom,ratiometric;
				qcom,hw-settle-time = <200>;