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

Commit e49ab993 authored by Sunil Paidimarri's avatar Sunil Paidimarri
Browse files

ARM: dts: msm: Add SMMU support for EMAC in sdxpoorwills



Add emac smmu entry to enable smmu support in emac for
sdxpoorwills.

Change-Id: I70a1e3423414f1d578ab1c0bf1032c58546255ba
CRs-Fixed: 2224619
Acked-by: default avatarNisha Menon <nmenon@qti.qualcomm.com>
Signed-off-by: default avatarSunil Paidimarri <hisunil@codeaurora.org>
parent c822ad53
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -1237,6 +1237,7 @@
&soc {
	emac_hw: qcom,emac@00020000 {
		compatible = "qcom,emac-dwc-eqos";
		qcom,arm-smmu;
		reg = <0x20000 0x10000>,
			<0x36000 0x100>,
			<0x3900000 0x300000>;
@@ -1277,6 +1278,13 @@
			io-macro-bypass-mode = <0>;
			io-interface = "rgmii";
		};

		emac_emb_smmu: emac_emb_smmu {
			compatible = "qcom,emac-smmu-embedded";
			qcom,smmu-s1-bypass;
			iommus = <&apps_smmu 0x220 0xf>;
			qcom,iova-mapping = <0x80000000 0x40000000>;
		};
	};

	ess-instance {