diff options
| author | Richard Gong <[email protected]> | 2020-02-14 16:00:48 +0000 |
|---|---|---|
| committer | Moritz Fischer <[email protected]> | 2020-04-30 03:37:10 +0000 |
| commit | d299253cf5b4e0f21ff1ce1d2f02e5ea634ebcb9 (patch) | |
| tree | 3936b6249cec59603f2e9a5cf9f2c7738fdf8d52 /drivers/fpga/stratix10-soc.c | |
| parent | arm64: dts: agilex: correct FPGA manager driver's compatible value (diff) | |
| download | kernel-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.c | 3 |
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"}, {}, }; |
