Commit 67c1d789 authored by Nazim Amirul's avatar Nazim Amirul Committed by Dinh Nguyen
Browse files

arm64: dts: socfpga: agilex5: Add IOMMUS property for ethernet nodes



To enable SMMU integration, populate the iommus property to the ethernet
device-tree node.

Signed-off-by: default avatarNazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent ebb6a68a
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -568,6 +568,7 @@ gmac0: ethernet@10810000 {
			snps,tso;
			altr,sysmgr-syscon = <&sysmgr 0x44 0>;
			snps,clk-csr = <0>;
			iommus = <&smmu 1>;
			status = "disabled";

			stmmac_axi_emac0_setup: stmmac-axi-config {
@@ -680,6 +681,7 @@ gmac1: ethernet@10820000 {
			snps,tso;
			altr,sysmgr-syscon = <&sysmgr 0x48 0>;
			snps,clk-csr = <0>;
			iommus = <&smmu 2>;
			status = "disabled";

			stmmac_axi_emac1_setup: stmmac-axi-config {
@@ -792,6 +794,7 @@ gmac2: ethernet@10830000 {
			snps,tso;
			altr,sysmgr-syscon = <&sysmgr 0x4c 0>;
			snps,clk-csr = <0>;
			iommus = <&smmu 3>;
			status = "disabled";

			stmmac_axi_emac2_setup: stmmac-axi-config {