Skip to content

Commit 15f210f

Browse files
vlsunilrafaeljw
authored andcommitted
ACPI: scan: Add RISC-V interrupt controllers to honor list
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 <[email protected]> Tested-by: Björn Töpel <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Rafael J. Wysocki <[email protected]>
1 parent 76d749c commit 15f210f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

drivers/acpi/scan.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -861,6 +861,8 @@ static const char * const acpi_honor_dep_ids[] = {
861861
"INTC1095", /* IVSC (ADL) driver must be loaded to allow i2c access to camera sensors */
862862
"INTC100A", /* IVSC (RPL) driver must be loaded to allow i2c access to camera sensors */
863863
"INTC10CF", /* IVSC (MTL) driver must be loaded to allow i2c access to camera sensors */
864+
"RSCV0001", /* RISC-V PLIC */
865+
"RSCV0002", /* RISC-V APLIC */
864866
NULL
865867
};
866868

0 commit comments

Comments
 (0)