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

Commit e7832301 authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

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

parents 5baca465 6fbc87d1
Loading
Loading
Loading
Loading
+14 −0
Original line number Diff line number Diff line
@@ -55,3 +55,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
@@ -25,3 +25,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
@@ -50,3 +50,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;
};