aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/fpga/stratix10-soc.c
diff options
context:
space:
mode:
authorRichard Gong <[email protected]>2020-02-14 16:00:48 +0000
committerMoritz Fischer <[email protected]>2020-04-30 03:37:10 +0000
commitd299253cf5b4e0f21ff1ce1d2f02e5ea634ebcb9 (patch)
tree3936b6249cec59603f2e9a5cf9f2c7738fdf8d52 /drivers/fpga/stratix10-soc.c
parentarm64: dts: agilex: correct FPGA manager driver's compatible value (diff)
downloadkernel-d299253cf5b4e0f21ff1ce1d2f02e5ea634ebcb9.tar.gz
kernel-d299253cf5b4e0f21ff1ce1d2f02e5ea634ebcb9.zip
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 <[email protected]> Signed-off-by: Moritz Fischer <[email protected]>
Diffstat (limited to 'drivers/fpga/stratix10-soc.c')
-rw-r--r--drivers/fpga/stratix10-soc.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/fpga/stratix10-soc.c b/drivers/fpga/stratix10-soc.c
index 215d33789c74..bac93d009170 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"},
{},
};