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

Commit 0965e261 authored by Sneh Shah's avatar Sneh Shah
Browse files

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



Add smmu-s1-bypass flag in EMAC dt for SA515 pcie-ep.

Change-Id: I9df6054400a0cdc8d66499585ec971ad0737b91c
Signed-off-by: default avatarSneh Shah <snehshah@codeaurora.org>
parent 4abe03d7
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;
	};
};