arm64: dts: agilex: correct service layer driver's compatible value
authorRichard Gong <richard.gong@intel.com>
Fri, 14 Feb 2020 16:00:50 +0000 (10:00 -0600)
committerMoritz Fischer <mdf@kernel.org>
Thu, 30 Apr 2020 03:37:11 +0000 (20:37 -0700)
Correct the compatible property value for Intel Service Layer driver
on Intel Agilex SoC platform.

Signed-off-by: Richard Gong <richard.gong@intel.com>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
arch/arm64/boot/dts/intel/socfpga_agilex.dtsi

index ef10d60..f52de8f 100644 (file)
 
                firmware {
                        svc {
-                               compatible = "intel,stratix10-svc";
+                               compatible = "intel,agilex-svc";
                                method = "smc";
                                memory-region = <&service_reserved>;