arm64: dts: agilex: correct FPGA manager driver's compatible value
authorRichard Gong <richard.gong@intel.com>
Fri, 14 Feb 2020 16:00:47 +0000 (10:00 -0600)
committerMoritz Fischer <mdf@kernel.org>
Thu, 30 Apr 2020 03:37:09 +0000 (20:37 -0700)
Correct the compatible property value for FPGA manager 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 d8c44d3..ef10d60 100644 (file)
                                memory-region = <&service_reserved>;
 
                                fpga_mgr: fpga-mgr {
-                                       compatible = "intel,stratix10-soc-fpga-mgr";
+                                       compatible = "intel,agilex-soc-fpga-mgr";
                                };
                        };
                };