From f3cce5b97f15f5ca87409902ca6a856b5012a5b3 Mon Sep 17 00:00:00 2001 From: Anup Patel Date: Mon, 12 May 2025 14:08:27 +0530 Subject: lib: utils/mpxy: Remove p2a_db_index from RPMI system MSI attributes The discovery of P2A doorbell system MSI index is now through RPMI shared memory DT node so remove p2a_db_index from RPMI system MSI attributes and access it as a mailbox channel attribute. Signed-off-by: Anup Patel Link: https://lore.kernel.org/r/20250512083827.804151-5-apatel@ventanamicro.com Signed-off-by: Anup Patel --- include/sbi_utils/mailbox/rpmi_msgprot.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/sbi_utils') diff --git a/include/sbi_utils/mailbox/rpmi_msgprot.h b/include/sbi_utils/mailbox/rpmi_msgprot.h index 058b7e90..e0d73882 100644 --- a/include/sbi_utils/mailbox/rpmi_msgprot.h +++ b/include/sbi_utils/mailbox/rpmi_msgprot.h @@ -285,7 +285,6 @@ enum rpmi_sysmsi_service_id { struct rpmi_sysmsi_get_attributes_resp { s32 status; u32 sys_num_msi; - u32 p2a_db_index; u32 flag0; u32 flag1; }; -- cgit v1.3.1