[PATCH 2/2] arm64: dts: agilex: Add SysMgr to Ethernet nodes

From: thor . thayer
Date: Fri Nov 08 2019 - 17:39:11 EST


From: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>

Ethernet needs the System Manager to setup the low-level
interface and PHY.

Signed-off-by: Thor Thayer <thor.thayer@xxxxxxxxxxxxxxx>
---
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 3 +++
1 file changed, 3 insertions(+)

diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
index 7e8dc85fcebc..d8caa3f609b5 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
@@ -150,6 +150,7 @@
iommus = <&smmu 1>;
clocks = <&clkmgr AGILEX_EMAC0_CLK>;
clock-names = "stmmaceth";
+ altr,sysmgr-syscon = <&sysmgr 0x44 0>;
status = "disabled";
};

@@ -167,6 +168,7 @@
iommus = <&smmu 2>;
clocks = <&clkmgr AGILEX_EMAC1_CLK>;
clock-names = "stmmaceth";
+ altr,sysmgr-syscon = <&sysmgr 0x48 8>;
status = "disabled";
};

@@ -184,6 +186,7 @@
iommus = <&smmu 3>;
clocks = <&clkmgr AGILEX_EMAC2_CLK>;
clock-names = "stmmaceth";
+ altr,sysmgr-syscon = <&sysmgr 0x4c 16>;
status = "disabled";
};

--
2.7.4