Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions drivers/media/i2c/imx471.c
Original file line number Diff line number Diff line change
Expand Up @@ -1168,6 +1168,7 @@ static DEFINE_RUNTIME_DEV_PM_OPS(imx471_pm_ops, imx471_suspend, imx471_resume,

static const struct acpi_device_id imx471_acpi_ids[] __maybe_unused = {
{ "SONY471A" },
{ "TBE20A0" },
{ /* sentinel */ }
};
MODULE_DEVICE_TABLE(acpi, imx471_acpi_ids);
Expand Down
14 changes: 14 additions & 0 deletions patch/v6.17/0003-media-ipu-bridge-Support-imx471-sensor.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
diff --git a/drivers/media/pci/intel/ipu-bridge.c b/drivers/media/pci/intel/ipu-bridge.c
index 4e579352ab2c..af0cfa96e735 100644
--- a/drivers/media/pci/intel/ipu-bridge.c
+++ b/drivers/media/pci/intel/ipu-bridge.c
@@ -92,6 +92,9 @@ static const struct ipu_sensor_config ipu_supported_sensors[] = {
IPU_SENSOR_CONFIG("OVTI8856", 3, 180000000, 360000000, 720000000),
/* Toshiba T4KA3 */
IPU_SENSOR_CONFIG("XMCC0003", 1, 321468000),
+ /* Sony IMX471 */
+ IPU_SENSOR_CONFIG("SONY471A", 1, 200000000),
+ IPU_SENSOR_CONFIG("TBE20A0" , 1, 200000000),
};

static const struct ipu_property_names prop_names = {