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

Commit 5346bd9b authored by Subbaraman Narayanamurthy's avatar Subbaraman Narayanamurthy
Browse files

ARM: dts: msm: Fix pmx65 die_temp configuration

Since pmx65 die_temp channel is internally read and uses absolute
calibration i.e. no thermistor is used and hence doesn't need
ratiometric calibration, update it.

Change-Id: I3755548fb4aec9b1788702180ddc5ea07500e1f3
parent a8030001
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -66,8 +66,6 @@
	pmx65_die_temp {
	pmx65_die_temp {
		reg = <PMX65_ADC7_DIE_TEMP>;
		reg = <PMX65_ADC7_DIE_TEMP>;
		label = "pmx65_die_temp";
		label = "pmx65_die_temp";
		qcom,ratiometric;
		qcom,hw-settle-time = <200>;
		qcom,pre-scaling = <1 1>;
		qcom,pre-scaling = <1 1>;
	};
	};
};
};