Commit f276d3ea authored by Richard Gong's avatar Richard Gong Committed by Greg Kroah-Hartman

firmware: stratix10-svc: add the compatible value for intel agilex

Add the compatible property value so we can reuse Intel Stratix10
Service Layer driver on Intel Agilex SoC platform.
Signed-off-by: default avatarRichard Gong <richard.gong@intel.com>
Acked-by: default avatarMoritz Fischer <mdf@kernel.org>
Link: https://lore.kernel.org/r/1583428346-13307-2-git-send-email-richard.gong@linux.intel.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 231d901d
...@@ -966,6 +966,7 @@ EXPORT_SYMBOL_GPL(stratix10_svc_free_memory); ...@@ -966,6 +966,7 @@ EXPORT_SYMBOL_GPL(stratix10_svc_free_memory);
static const struct of_device_id stratix10_svc_drv_match[] = { static const struct of_device_id stratix10_svc_drv_match[] = {
{.compatible = "intel,stratix10-svc"}, {.compatible = "intel,stratix10-svc"},
{.compatible = "intel,agilex-svc"},
{}, {},
}; };
......
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