forked from Mirrors/opensbi
lib: rpmi: Make RPMI drivers as non-experimental
As RPMI v1.0 specification is frozen, disable the experimental tag for such RPMI drivers. Signed-off-by: Rahul Pathak <rpathak@ventanamicro.com> Reviewed-by: Anup Patel <anup@brainfault.org> Link: https://lore.kernel.org/r/20250618053854.2577299-2-rpathak@ventanamicro.com Signed-off-by: Anup Patel <anup@brainfault.org>
This commit is contained in:
@@ -819,7 +819,6 @@ struct fdt_mailbox fdt_mailbox_rpmi_shmem = {
|
||||
.driver = {
|
||||
.match_table = rpmi_shmem_mbox_match,
|
||||
.init = rpmi_shmem_mbox_init,
|
||||
.experimental = true,
|
||||
},
|
||||
.xlate = fdt_mailbox_simple_xlate,
|
||||
};
|
||||
|
Reference in New Issue
Block a user