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

Commit 0a7f412d authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Remove case_therm from PM8953 in SDM450+PMI632



Remove case_therm from PM8953 VADC channels since the
thermistor is not present.

Change-Id: I371d886a5913c4d07ee5fad151d369c144530a26
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 3afabc36
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -25,3 +25,16 @@
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};

&pm8953_vadc {
	pinctrl-0 = <&pa_therm1_default>;
	/delete-node/ chan@13;
};

&pm8953_mpps {
	/delete-node/ case_therm;
};

&thermal_zones {
	/delete-node/ case-therm-adc;
	/delete-node/ case-therm-step;
};
+13 −0
Original line number Diff line number Diff line
@@ -25,3 +25,16 @@
	qcom,pmic-id = <0x010016 0x25 0x0 0x0>;
};

&pm8953_vadc {
	pinctrl-0 = <&pa_therm1_default>;
	/delete-node/ chan@13;
};

&pm8953_mpps {
	/delete-node/ case_therm;
};

&thermal_zones {
	/delete-node/ case-therm-adc;
	/delete-node/ case-therm-step;
};
+14 −0
Original line number Diff line number Diff line
@@ -30,3 +30,17 @@
		qcom,scale-function = <22>;
	};
};

&pm8953_vadc {
	pinctrl-0 = <&pa_therm1_default>;
	/delete-node/ chan@13;
};

&pm8953_mpps {
	/delete-node/ case_therm;
};

&thermal_zones {
	/delete-node/ case-therm-adc;
	/delete-node/ case-therm-step;
};