Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Richard Gong <richard.gong@intel.com>
Acked-by: Moritz Fischer <mdf@kernel.org>
Link: https://lore.kernel.org/r/1583428346-13307-2-git-send-email-richard.gong@linux.intel.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>

authored by

Richard Gong and committed by
Greg Kroah-Hartman
f276d3ea 231d901d

+1
+1
drivers/firmware/stratix10-svc.c
··· 966 966 967 967 static const struct of_device_id stratix10_svc_drv_match[] = { 968 968 {.compatible = "intel,stratix10-svc"}, 969 + {.compatible = "intel,agilex-svc"}, 969 970 {}, 970 971 }; 971 972