Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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: Nazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>

authored by

Nazim Amirul and committed by
Dinh Nguyen
67c1d789 ebb6a68a

+3
+3
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi
··· 568 568 snps,tso; 569 569 altr,sysmgr-syscon = <&sysmgr 0x44 0>; 570 570 snps,clk-csr = <0>; 571 + iommus = <&smmu 1>; 571 572 status = "disabled"; 572 573 573 574 stmmac_axi_emac0_setup: stmmac-axi-config { ··· 681 680 snps,tso; 682 681 altr,sysmgr-syscon = <&sysmgr 0x48 0>; 683 682 snps,clk-csr = <0>; 683 + iommus = <&smmu 2>; 684 684 status = "disabled"; 685 685 686 686 stmmac_axi_emac1_setup: stmmac-axi-config { ··· 794 792 snps,tso; 795 793 altr,sysmgr-syscon = <&sysmgr 0x4c 0>; 796 794 snps,clk-csr = <0>; 795 + iommus = <&smmu 3>; 797 796 status = "disabled"; 798 797 799 798 stmmac_axi_emac2_setup: stmmac-axi-config {