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

Commit d94f1cb5 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: disable pm8953 typec device for SDM439"

parents eb06b5ac b651b766
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -16,6 +16,16 @@
#include "sdm439-audio.dtsi"
#include "sdm439-pmi632.dtsi"

&pm8953_s5 {
	regulator-min-microvolt = <1155000>;
	regulator-max-microvolt = <1350000>;
};

&pm8953_s5_limit {
	regulator-min-microvolt = <1155000>;
	regulator-max-microvolt = <1350000>;
};

&soc {
	qcom,csid@1b30000 {
		/delete-property/ qcom,mipi-csi-vdd-supply;
+4 −1
Original line number Diff line number Diff line
@@ -36,7 +36,10 @@

&pmi632_qg {
	qcom,battery-data = <&mtp_batterydata>;
	qcom,rbat-conn-mohm = <20>;
};

&pm8953_typec {
	status = "disabled";
};

&thermal_zones {