mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 03:35:32 -04:00
ACPI: scan: Honor ACPI _DEP dependency for NVL CVS
Add INTC10FA to the ACPI dependency honor list so the CVS driver is loaded before dependent camera devices are probed on NVL platforms. This matches the camera dependency handling already used for IVSC-based platforms and ensures the camera streaming path is initialized before sensor access or pipeline setup depends on it. Signed-off-by: Arun T <arun.t@intel.com> Acked-by: Rafael J. Wysocki (Intel) <rafael@kernel.org> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
This commit is contained in:
@@ -862,6 +862,7 @@ static const char * const acpi_honor_dep_ids[] = {
|
||||
"INTC10DE", /* CVS (LNL) driver must be loaded to allow camera streaming */
|
||||
"INTC10E0", /* CVS (ARL) driver must be loaded to allow camera streaming */
|
||||
"INTC10E1", /* CVS (PTL) driver must be loaded to allow camera streaming */
|
||||
"INTC10FA", /* CVS (NVL) driver must be loaded to allow camera streaming */
|
||||
"RSCV0001", /* RISC-V PLIC */
|
||||
"RSCV0002", /* RISC-V APLIC */
|
||||
"RSCV0005", /* RISC-V SBI MPXY MBOX */
|
||||
|
||||
Reference in New Issue
Block a user