mirror of
https://github.com/torvalds/linux.git
synced 2026-05-24 23:22:31 +02:00
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>
This commit is contained in:
parent
ebb6a68a48
commit
67c1d78947
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user