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

Commit 96aa5972 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 IPA h/w for SDM845.LE"

parents ebfd4645 c9698592
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -79,6 +79,10 @@
		qcom,ipc-gpio = <&tlmm 121 0>;
		qcom,finger-detect-gpio = <&pm8998_gpios 4 0>;
	};

	qcom,rmnet-ipa {
		 status="disabled";
	};
};

&ssc_sensors {
@@ -173,3 +177,7 @@
		};
	};
};

&ipa_hw {
	status="disabled";
};