aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSunil V L <[email protected]>2024-08-12 06:29:17 +0530
committerRafael J. Wysocki <[email protected]>2024-08-27 15:48:35 +0200
commit15f210f43e95ffaf87858c6d75339afeebbf8f5c (patch)
treeb6f423c1b7cf45004ec9adf580527b3022937caa
parent76d749c58f4c6dd333cb8ea515373f7c8df96e78 (diff)
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]>
-rw-r--r--drivers/acpi/scan.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/scan.c b/drivers/acpi/scan.c
index 90ae843e975f..944bf4865287 100644
--- a/drivers/acpi/scan.c
+++ b/drivers/acpi/scan.c
@@ -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
};