Skip to content
Snippets Groups Projects
Commit a6706bd6 authored by Thor Thayer's avatar Thor Thayer Committed by Dinh Nguyen
Browse files

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: default avatarThor Thayer <thor.thayer@linux.intel.com>
Signed-off-by: default avatarDinh Nguyen <dinguyen@kernel.org>
parent 310704e6
No related branches found
No related tags found
No related merge requests found
...@@ -337,7 +337,7 @@ spi1: spi@ffda5000 { ...@@ -337,7 +337,7 @@ spi1: spi@ffda5000 {
}; };
sysmgr: sysmgr@ffd12000 { sysmgr: sysmgr@ffd12000 {
compatible = "altr,sys-mgr", "syscon"; compatible = "altr,sys-mgr-s10","altr,sys-mgr";
reg = <0xffd12000 0x500>; reg = <0xffd12000 0x500>;
}; };
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment