diff options
| author | Anup Patel <apatel@ventanamicro.com> | 2025-05-12 14:08:27 +0530 |
|---|---|---|
| committer | Anup Patel <anup@brainfault.org> | 2025-05-20 11:10:35 +0530 |
| commit | f3cce5b97f15f5ca87409902ca6a856b5012a5b3 (patch) | |
| tree | c45818fe484b8f8ee618fe6db46aff044212a999 /include | |
| parent | 8fadfebdd1c2fb8680d4a9c482d577e9f0e28572 (diff) | |
| download | opensbi-f3cce5b97f15f5ca87409902ca6a856b5012a5b3.zip opensbi-f3cce5b97f15f5ca87409902ca6a856b5012a5b3.tar.gz opensbi-f3cce5b97f15f5ca87409902ca6a856b5012a5b3.tar.bz2 | |
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>
Diffstat (limited to 'include')
| -rw-r--r-- | include/sbi_utils/mailbox/rpmi_msgprot.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/sbi_utils/mailbox/rpmi_msgprot.h b/include/sbi_utils/mailbox/rpmi_msgprot.h index 058b7e9..e0d7388 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; }; |
