diff options
author | Thor Thayer | 2019-03-11 17:18:08 -0500 |
---|---|---|
committer | Lee Jones | 2019-04-02 07:38:27 +0100 |
commit | 8f4ebe9b331ef3d39c8375ff38c623f26dbc1735 (patch) | |
tree | 83fbfd683e3327d21876c12021a6922ad8733484 /arch/arm64/boot/dts | |
parent | 54a5afb4818ecbe864056946d663de28e39e2010 (diff) |
arm64: dts: stratix10: New System Manager compatible
Use the new compatible string defined for the Stratix10
System Manager. Remove syscon since it is not correct
on this platform.
Signed-off-by: Thor Thayer <thor.thayer@linux.intel.com>
Reviewed-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'arch/arm64/boot/dts')
-rw-r--r-- | arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi index 7c649f6b14cb..a297776db274 100644 --- a/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi +++ b/arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi @@ -390,7 +390,7 @@ }; sysmgr: sysmgr@ffd12000 { - compatible = "altr,sys-mgr", "syscon"; + compatible = "altr,sys-mgr-s10","altr,sys-mgr"; reg = <0xffd12000 0x228>; }; |