[PATCH v3 04/12] media: ov2740: Add OVTI2740 ACPI ID
From: Maurizio Casciano
Date: Thu Aug 27 2026 - 19:19:31 EST
Firmware may enumerate OV2740 image sensors using the OVTI2740 ACPI ID.
Add it to the existing ACPI match table.
Signed-off-by: Maurizio Casciano <mauriziocasciano7@xxxxxxxxx>
---
drivers/media/i2c/ov2740.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/media/i2c/ov2740.c b/drivers/media/i2c/ov2740.c
index 8f0ad5dbb245..18bb3ac9701f 100644
--- a/drivers/media/i2c/ov2740.c
+++ b/drivers/media/i2c/ov2740.c
@@ -1462,6 +1462,7 @@ static DEFINE_RUNTIME_DEV_PM_OPS(ov2740_pm_ops, ov2740_suspend, ov2740_resume,
static const struct acpi_device_id ov2740_acpi_ids[] = {
{ .id = "INT3474" },
+ { .id = "OVTI2740" },
{ }
};
MODULE_DEVICE_TABLE(acpi, ov2740_acpi_ids);
--
2.53.0