]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
ACPI: scan: Add RISC-V interrupt controllers to honor list
authorSunil V L <sunilvl@ventanamicro.com>
Mon, 12 Aug 2024 00:59:17 +0000 (06:29 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Tue, 27 Aug 2024 13:48:35 +0000 (15:48 +0200)
RISC-V PLIC and APLIC will have dependency from devices using GSI. So, add
these devices to the honor list.

Signed-off-by: Sunil V L <sunilvl@ventanamicro.com>
Tested-by: Björn Töpel <bjorn@rivosinc.com>
Link: https://patch.msgid.link/20240812005929.113499-6-sunilvl@ventanamicro.com
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/scan.c

index 90ae843e975febb6df30dec1327ef5b5a0de31ef..944bf486528786ea7e526a548c367a34bb70a9ff 100644 (file)
@@ -861,6 +861,8 @@ static const char * const acpi_honor_dep_ids[] = {
        "INTC1095", /* IVSC (ADL) driver must be loaded to allow i2c access to camera sensors */
        "INTC100A", /* IVSC (RPL) driver must be loaded to allow i2c access to camera sensors */
        "INTC10CF", /* IVSC (MTL) driver must be loaded to allow i2c access to camera sensors */
+       "RSCV0001", /* RISC-V PLIC */
+       "RSCV0002", /* RISC-V APLIC */
        NULL
 };