[PATCH] firmware: stratix10-svc: Publish the OF module aliases
From: hpp.iscas
Date: Sat Sep 05 2026 - 09:43:41 EST
The Stratix10 service driver matches firmware nodes through
stratix10_svc_drv_match. The OF platform population path can create
these devices before the service module is loaded. The existing
platform:stratix10-svc alias does not match their OF modalias events.
Publish the existing OF table while retaining the platform alias and
the service initialization path.
Fixes: 7ca5ce896524 ("firmware: add Intel Stratix10 service layer driver")
Signed-off-by: hpp.iscas <hppiscas@xxxxxxx>
---
drivers/firmware/stratix10-svc.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/firmware/stratix10-svc.c b/drivers/firmware/stratix10-svc.c
index f8c2da2..fde4463 100644
--- a/drivers/firmware/stratix10-svc.c
+++ b/drivers/firmware/stratix10-svc.c
@@ -2006,2 +2006,3 @@ static const struct of_device_id stratix10_svc_drv_match[] = {
};
+MODULE_DEVICE_TABLE(of, stratix10_svc_drv_match);