Skip to content

Commit c7d08e3

Browse files
committed
media: imx708: Convert to use the V4L2_CCI library
V4L2_CCI removes the duplication of handling sensor registers that represent 8, 16, 24, 32, or 64 bit values, and is preferred over sensor drivers hard coding register widths. Switch imx708 to use this way of addressing registers. Signed-off-by: Dave Stevenson <[email protected]>
1 parent 7335f3c commit c7d08e3

File tree

2 files changed

+527
-606
lines changed

2 files changed

+527
-606
lines changed

drivers/media/i2c/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -328,6 +328,7 @@ config VIDEO_IMX708
328328
depends on I2C && VIDEO_DEV
329329
select MEDIA_CONTROLLER
330330
select VIDEO_V4L2_SUBDEV_API
331+
select V4L2_CCI_I2C
331332
select V4L2_FWNODE
332333
help
333334
This is a Video4Linux2 sensor driver for the Sony

0 commit comments

Comments
 (0)