diff options
author | Thor Thayer <thor.thayer@linux.intel.com> | 2019-11-12 17:56:00 +0300 |
---|---|---|
committer | Dinh Nguyen <dinguyen@kernel.org> | 2019-11-19 00:51:50 +0300 |
commit | 2f804ba7aa9ee086f3222a3ccd2b3618c7f8712b (patch) | |
tree | decae66096e9fec85d921c468374544a674d05dd /arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | |
parent | a6706bd60be79706b85b8721c9afff7ca4cc3d15 (diff) | |
download | linux-2f804ba7aa9ee086f3222a3ccd2b3618c7f8712b.tar.xz |
arm64: dts: agilex: Add SysMgr to Ethernet nodes
Ethernet needs the System Manager to setup the low-level
interface and PHY.
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
Diffstat (limited to 'arch/arm64/boot/dts/intel/socfpga_agilex.dtsi')
-rw-r--r-- | arch/arm64/boot/dts/intel/socfpga_agilex.dtsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi index d028705d6400..ef66e90e2d7a 100644 --- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi +++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi @@ -113,6 +113,7 @@ rx-fifo-depth = <16384>; snps,multicast-filter-bins = <256>; iommus = <&smmu 1>; + altr,sysmgr-syscon = <&sysmgr 0x44 0>; status = "disabled"; }; @@ -128,6 +129,7 @@ rx-fifo-depth = <16384>; snps,multicast-filter-bins = <256>; iommus = <&smmu 2>; + altr,sysmgr-syscon = <&sysmgr 0x48 8>; status = "disabled"; }; @@ -143,6 +145,7 @@ rx-fifo-depth = <16384>; snps,multicast-filter-bins = <256>; iommus = <&smmu 3>; + altr,sysmgr-syscon = <&sysmgr 0x4c 16>; status = "disabled"; }; |