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

Commit 1b1f490d authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "arm: boot: dts: Enable smmu s1-bypass for EMAC in SA515 pcie-ep"

parents 83ba447f 0965e261
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -48,6 +48,12 @@
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

&ethqos_hw {
	ethqos_emb_smmu: ethqos_emb_smmu {
		qcom,smmu-s1-bypass;
	};
};

&pcie0 {
	status = "disabled";
};
+6 −0
Original line number Diff line number Diff line
@@ -57,6 +57,12 @@
	qcom,pcie-perst-enum;
};

&ethqos_hw {
	ethqos_emb_smmu: ethqos_emb_smmu {
		qcom,smmu-s1-bypass;
	};
};

&mhi_device {
	status = "ok";
};
+6 −0
Original line number Diff line number Diff line
@@ -38,3 +38,9 @@
	qcom,use-xbl-boot;
	qcom,mhi-event-ring-id-limits = <7 11>; /* start and end */
};

&ethqos_hw {
	ethqos_emb_smmu: ethqos_emb_smmu {
		qcom,smmu-s1-bypass;
	};
};