Commit d299253c authored by Richard Gong's avatar Richard Gong Committed by Moritz Fischer

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: default avatarRichard Gong <richard.gong@intel.com>
Signed-off-by: default avatarMoritz Fischer <mdf@kernel.org>
parent 8d6b6bbe
...@@ -482,7 +482,8 @@ static int s10_remove(struct platform_device *pdev) ...@@ -482,7 +482,8 @@ static int s10_remove(struct platform_device *pdev)
} }
static const struct of_device_id s10_of_match[] = { 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"},
{}, {},
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment