Skip to content

Commit 3e37208

Browse files
committed
Merge tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux into arm/fixes
arm64: dts: stratix10: fix emac loading warning - Add missing "altr,sysmgr-syscon" property to all gmac nodes * tag 'stratix10_fix_for_v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/dinguyen/linux: arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's Signed-off-by: Olof Johansson <olof@lixom.net>
2 parents 57683e4 + 8efd636 commit 3e37208

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -162,6 +162,7 @@
162162
rx-fifo-depth = <16384>;
163163
snps,multicast-filter-bins = <256>;
164164
iommus = <&smmu 1>;
165+
altr,sysmgr-syscon = <&sysmgr 0x44 0>;
165166
status = "disabled";
166167
};
167168

@@ -179,6 +180,7 @@
179180
rx-fifo-depth = <16384>;
180181
snps,multicast-filter-bins = <256>;
181182
iommus = <&smmu 2>;
183+
altr,sysmgr-syscon = <&sysmgr 0x48 0>;
182184
status = "disabled";
183185
};
184186

@@ -196,6 +198,7 @@
196198
rx-fifo-depth = <16384>;
197199
snps,multicast-filter-bins = <256>;
198200
iommus = <&smmu 3>;
201+
altr,sysmgr-syscon = <&sysmgr 0x4c 0>;
199202
status = "disabled";
200203
};
201204

0 commit comments

Comments
 (0)