Skip to content

Commit 4215d1c

Browse files
vlsunilPaul Walmsley
authored andcommitted
ACPI: scan: Update honor list for RPMI System MSI
The RPMI System MSI interrupt controller (just like PLIC and APLIC) needs to probed prior to devices like GED which use interrupts provided by it. Also, it has dependency on the SBI MPXY mailbox device. Add HIDs of RPMI System MSI and SBI MPXY mailbox devices to the honor list so that those dependencies are handled. Reviewed-by: Atish Patra <atishp@rivosinc.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Acked-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com> Signed-off-by: Sunil V L <sunilvl@ventanamicro.com> Signed-off-by: Anup Patel <apatel@ventanamicro.com> Acked-by: Jassi Brar <jassisinghbrar@gmail.com> Link: https://lore.kernel.org/r/20250818040920.272664-17-apatel@ventanamicro.com Signed-off-by: Paul Walmsley <pjw@kernel.org>
1 parent 159c86f commit 4215d1c

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

drivers/acpi/scan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -858,6 +858,8 @@ static const char * const acpi_honor_dep_ids[] = {
858858
"INTC10CF", /* IVSC (MTL) driver must be loaded to allow i2c access to camera sensors */
859859
"RSCV0001", /* RISC-V PLIC */
860860
"RSCV0002", /* RISC-V APLIC */
861+
"RSCV0005", /* RISC-V SBI MPXY MBOX */
862+
"RSCV0006", /* RISC-V RPMI SYSMSI */
861863
"PNP0C0F", /* PCI Link Device */
862864
NULL
863865
};

0 commit comments

Comments
 (0)