[PATCH 2/2] lib: utils/mpxy: logging: Use correct enum for enable notification
Rahul Pathak
rahul.pathak at oss.qualcomm.com
Tue Jul 21 22:54:13 PDT 2026
On Tue, Jul 21, 2026 at 11:46 AM Ranbir Singh
<ranbir.singh at oss.qualcomm.com> wrote:
>
> 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
>
>
May be add a short commit message too apart from subject line
but looks good
Reviewed-by: Rahul Pathak <rahul.pathak at oss.qualcomm.com>
More information about the opensbi
mailing list