[PATCH 2/2] lib: utils/mpxy: logging: Use correct enum for enable notification

Ranbir Singh ranbir.singh at oss.qualcomm.com
Mon Jul 20 23:14:59 PDT 2026


Fixes: 262571217c75 ("lib: utils/mpxy: Add RPMI MPXY driver for logging
service group")

Signed-off-by: Ranbir Singh <ranbir.singh at oss.qualcomm.com>
---
 lib/utils/mpxy/fdt_mpxy_rpmi_logging.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/utils/mpxy/fdt_mpxy_rpmi_logging.c b/lib/utils/mpxy/fdt_mpxy_rpmi_logging.c
index e8f085eb..1e92053d 100644
--- a/lib/utils/mpxy/fdt_mpxy_rpmi_logging.c
+++ b/lib/utils/mpxy/fdt_mpxy_rpmi_logging.c
@@ -11,7 +11,7 @@
 
 static struct mpxy_rpmi_service_data logging_services[] = {
 	[0] = {
-		.id = RPMI_MM_SRV_ENABLE_NOTIFICATION,
+		.id = RPMI_LOGGING_SRV_ENABLE_NOTIFICATION,
 		.min_tx_len = sizeof(struct rpmi_enable_notification_req),
 		.max_tx_len = sizeof(struct rpmi_enable_notification_req),
 		.min_rx_len = sizeof(struct rpmi_enable_notification_resp),
-- 
2.43.0




More information about the opensbi mailing list