arm64: dts: stratix10: New System Manager compatible
authorThor Thayer <thor.thayer@linux.intel.com>
Mon, 11 Mar 2019 22:18:08 +0000 (17:18 -0500)
committerLee Jones <lee.jones@linaro.org>
Tue, 2 Apr 2019 06:38:27 +0000 (07:38 +0100)
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>
arch/arm64/boot/dts/altera/socfpga_stratix10.dtsi

index 7c649f6b14cb6eb73ea8fb23ded74ed5152d3a70..a297776db2746fcc599870ee193fb36ee8ca0e3c 100644 (file)
                };
 
                sysmgr: sysmgr@ffd12000 {
-                       compatible = "altr,sys-mgr", "syscon";
+                       compatible = "altr,sys-mgr-s10","altr,sys-mgr";
                        reg = <0xffd12000 0x228>;
                };