From: Richard Gong Date: Fri, 14 Feb 2020 16:00:48 +0000 (-0600) Subject: fpga: stratix10-soc: add compatible property value for intel agilex X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d299253cf5b4e0f21ff1ce1d2f02e5ea634ebcb9;p=linux.git fpga: stratix10-soc: add compatible property value for intel agilex Add compatible property value so we can reuse FPGA manager driver on Intel Agilex SoC platform. Signed-off-by: Richard Gong Signed-off-by: Moritz Fischer --- diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c index 215d33789c747..bac93d009170c 100644 --- a/drivers/fpga/stratix10-soc.c +++ b/drivers/fpga/stratix10-soc.c @@ -482,7 +482,8 @@ static int s10_remove(struct platform_device *pdev) } static const struct of_device_id s10_of_match[] = { - { .compatible = "intel,stratix10-soc-fpga-mgr", }, + {.compatible = "intel,stratix10-soc-fpga-mgr"}, + {.compatible = "intel,agilex-soc-fpga-mgr"}, {}, };