We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d749c commit 15f210fCopy full SHA for 15f210f
drivers/acpi/scan.c
@@ -861,6 +861,8 @@ static const char * const acpi_honor_dep_ids[] = {
861
"INTC1095", /* IVSC (ADL) driver must be loaded to allow i2c access to camera sensors */
862
"INTC100A", /* IVSC (RPL) driver must be loaded to allow i2c access to camera sensors */
863
"INTC10CF", /* IVSC (MTL) driver must be loaded to allow i2c access to camera sensors */
864
+ "RSCV0001", /* RISC-V PLIC */
865
+ "RSCV0002", /* RISC-V APLIC */
866
NULL
867
};
868
0 commit comments