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

Commit 4d55e872 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 PCIe L1 and L1ss for msm8996 CV2X"

parents 4611ba9c b455f181
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -335,9 +335,16 @@
	/delete-property/ vin-supply;
};

&pcie0 {
	/delete-property/ qcom,l1-supported;
	/delete-property/ qcom,l1ss-supported;
};

&pcie1 {
	qcom,msi-gicm-addr = <0x09bd0040>;
	qcom,msi-gicm-base = <0x240>;
	/delete-property/ qcom,l1-supported;
	/delete-property/ qcom,l1ss-supported;
};

&pcie2 {