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 <apatel@ventanamicro.com>
Link: https://lore.kernel.org/r/20250512083827.804151-5-apatel@ventanamicro.com
Signed-off-by: Anup Patel <anup@brainfault.org>
这个提交包含在:
Anup Patel
2025-05-20 11:10:35 +05:30
提交者 Anup Patel
父节点 8fadfebdd1
当前提交 f3cce5b97f
修改 2 个文件,包含 9 行新增5 行删除
-1
查看文件
@@ -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;
};