Skip to content

Commit

Permalink
arm64: dts: agilex: Add SysMgr compatible
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Dinh Nguyen <[email protected]>
  • Loading branch information
tthayer-intel authored and Dinh Nguyen committed Nov 18, 2019
1 parent 310704e commit a6706bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm64/boot/dts/intel/socfpga_agilex.dtsi
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@
};

sysmgr: sysmgr@ffd12000 {
compatible = "altr,sys-mgr", "syscon";
compatible = "altr,sys-mgr-s10","altr,sys-mgr";
reg = <0xffd12000 0x500>;
};

Expand Down

0 comments on commit a6706bd

Please sign in to comment.