Skip to content

Commit 8efd636

Browse files
author
Dinh Nguyen
committed
arm64: dts: stratix10: add the sysmgr-syscon property from the gmac's
The gmac ethernet driver uses the "altr,sysmgr-syscon" property to configure phy settings for the gmac controller. Add the "altr,sysmgr-syscon" property to all gmac nodes. This patch fixes: [ 0.917530] socfpga-dwmac ff800000.ethernet: No sysmgr-syscon node found [ 0.924209] socfpga-dwmac ff800000.ethernet: Unable to parse OF data Cc: stable@vger.kernel.org Reported-by: Ley Foon Tan <ley.foon.tan@intel.com> Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
1 parent 9e98c67 commit 8efd636

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)