summaryrefslogtreecommitdiff
path: root/arch/arm64/boot/dts/intel
diff options
context:
space:
mode:
authorThor Thayer <thor.thayer@linux.intel.com>2019-11-08 16:40:53 -0600
committerDinh Nguyen <dinguyen@kernel.org>2019-11-18 15:50:56 -0600
commita6706bd60be79706b85b8721c9afff7ca4cc3d15 (patch)
treead4f5a361ca2b1537e66db427b0520ad8a2d0bf1 /arch/arm64/boot/dts/intel
parent310704e614ac16b2b181fe71b2615595918d98b9 (diff)
arm64: dts: agilex: Add SysMgr compatible
Add the System Manager compatible string to the sysmgr node for accessing the System Manager driver. Ethernet and EDAC drivers use this driver. 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')
-rw-r--r--arch/arm64/boot/dts/intel/socfpga_agilex.dtsi2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
index 7481707abc13..d028705d6400 100644
--- a/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
+++ b/arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
@@ -337,7 +337,7 @@
};
sysmgr: sysmgr@ffd12000 {
- compatible = "altr,sys-mgr", "syscon";
+ compatible = "altr,sys-mgr-s10","altr,sys-mgr";
reg = <0xffd12000 0x500>;
};