projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8d6b6bb
)
fpga: stratix10-soc: add compatible property value for intel agilex
author
Richard Gong
<richard.gong@intel.com>
Fri, 14 Feb 2020 16:00:48 +0000
(10:00 -0600)
committer
Moritz Fischer
<mdf@kernel.org>
Thu, 30 Apr 2020 03:37:10 +0000
(20:37 -0700)
Add compatible property value so we can reuse 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>
drivers/fpga/stratix10-soc.c
patch
|
blob
|
history
diff --git
a/drivers/fpga/stratix10-soc.c
b/drivers/fpga/stratix10-soc.c
index
215d337
..
bac93d0
100644
(file)
--- 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"},
{},
};