]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
arm64: dts: socfpga: agilex5: Add IOMMUS property for ethernet nodes
authorNazim Amirul <muhammad.nazim.amirul.nazle.asmade@altera.com>
Thu, 4 Dec 2025 02:29:00 +0000 (18:29 -0800)
committerDinh Nguyen <dinguyen@kernel.org>
Fri, 30 Jan 2026 15:27:12 +0000 (09:27 -0600)
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>
arch/arm64/boot/dts/intel/socfpga_agilex5.dtsi

index 89a2ff59554b22c578da7558ad48ff8ded4824bb..db8d5c42682192d05414d496b8be30737341b990 100644 (file)
                        snps,tso;
                        altr,sysmgr-syscon = <&sysmgr 0x44 0>;
                        snps,clk-csr = <0>;
+                       iommus = <&smmu 1>;
                        status = "disabled";
 
                        stmmac_axi_emac0_setup: stmmac-axi-config {
                        snps,tso;
                        altr,sysmgr-syscon = <&sysmgr 0x48 0>;
                        snps,clk-csr = <0>;
+                       iommus = <&smmu 2>;
                        status = "disabled";
 
                        stmmac_axi_emac1_setup: stmmac-axi-config {
                        snps,tso;
                        altr,sysmgr-syscon = <&sysmgr 0x4c 0>;
                        snps,clk-csr = <0>;
+                       iommus = <&smmu 3>;
                        status = "disabled";
 
                        stmmac_axi_emac2_setup: stmmac-axi-config {