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

Commit 6fbc87d1 authored by Jishnu Prakash's avatar Jishnu Prakash
Browse files

ARM: dts: msm: Remove case_therm from PM8953 in SDM632



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

Change-Id: I0ace1b2e2fcf7deec65bc95fa945e06969b83631
Signed-off-by: default avatarJishnu Prakash <jprakash@codeaurora.org>
parent 3afabc36
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -54,3 +54,17 @@
		};
	};
};

&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
@@ -24,3 +24,16 @@
	qcom,pmic-id = <0x010016 0x25 0xC 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
@@ -49,3 +49,17 @@
		};
	};
};

&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;
};