diff mbox series

[v2,12/12] media: ipu3-cio2: Add INT347A to cio2-bridge

Message ID 20210809225845.916430-13-djrscally@gmail.com
State Accepted
Commit 46b33f6a0e82d0ea3f5dfac19a2ebefba80741fb
Headers show
Series Extensions to ov8865 driver | expand

Commit Message

Daniel Scally Aug. 9, 2021, 10:58 p.m. UTC
ACPI _HID INT347A represents the OV8865 sensor, the driver for which can
support the platforms that the cio2-bridge serves. Add it to the array
of supported sensors so the bridge will connect the sensor to the CIO2
device.

Signed-off-by: Daniel Scally <djrscally@gmail.com>
---
Changes in V2:

	- Ordered the list by ACPI _HID (Andy)

 drivers/media/pci/intel/ipu3/cio2-bridge.c | 2 ++
 1 file changed, 2 insertions(+)

Comments

Andy Shevchenko Aug. 10, 2021, 1:12 p.m. UTC | #1
On Tue, Aug 10, 2021 at 1:59 AM Daniel Scally <djrscally@gmail.com> wrote:
>

> ACPI _HID INT347A represents the OV8865 sensor, the driver for which can

> support the platforms that the cio2-bridge serves. Add it to the array

> of supported sensors so the bridge will connect the sensor to the CIO2

> device.


Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>


> Signed-off-by: Daniel Scally <djrscally@gmail.com>

> ---

> Changes in V2:

>

>         - Ordered the list by ACPI _HID (Andy)

>

>  drivers/media/pci/intel/ipu3/cio2-bridge.c | 2 ++

>  1 file changed, 2 insertions(+)

>

> diff --git a/drivers/media/pci/intel/ipu3/cio2-bridge.c b/drivers/media/pci/intel/ipu3/cio2-bridge.c

> index 4657e99df033..18a31196a4a3 100644

> --- a/drivers/media/pci/intel/ipu3/cio2-bridge.c

> +++ b/drivers/media/pci/intel/ipu3/cio2-bridge.c

> @@ -22,6 +22,8 @@

>  static const struct cio2_sensor_config cio2_supported_sensors[] = {

>         /* Omnivision OV5693 */

>         CIO2_SENSOR_CONFIG("INT33BE", 0),

> +       /* Omnivision OV8865 */

> +       CIO2_SENSOR_CONFIG("INT347A", 1, 360000000),

>         /* Omnivision OV2680 */

>         CIO2_SENSOR_CONFIG("OVTI2680", 0),

>  };

> --

> 2.25.1

>



-- 
With Best Regards,
Andy Shevchenko
diff mbox series

Patch

diff --git a/drivers/media/pci/intel/ipu3/cio2-bridge.c b/drivers/media/pci/intel/ipu3/cio2-bridge.c
index 4657e99df033..18a31196a4a3 100644
--- a/drivers/media/pci/intel/ipu3/cio2-bridge.c
+++ b/drivers/media/pci/intel/ipu3/cio2-bridge.c
@@ -22,6 +22,8 @@ 
 static const struct cio2_sensor_config cio2_supported_sensors[] = {
 	/* Omnivision OV5693 */
 	CIO2_SENSOR_CONFIG("INT33BE", 0),
+	/* Omnivision OV8865 */
+	CIO2_SENSOR_CONFIG("INT347A", 1, 360000000),
 	/* Omnivision OV2680 */
 	CIO2_SENSOR_CONFIG("OVTI2680", 0),
 };