media: i2c: Add driver for Sony IMX477 sensor
authorNaushir Patuck <naush@raspberrypi.com>
Fri, 8 May 2020 09:00:12 +0000 (10:00 +0100)
committerDom Cobley <popcornmix@gmail.com>
Mon, 21 Mar 2022 16:04:06 +0000 (16:04 +0000)
commitfe2352942576f52afd6c5a5a14e7b49c2ef8b497
tree1ab06107cfd5ba4ab04b85ca4b967aad90533198
parente832e51aefef02544f2015fb5352ef267db04e6c
media: i2c: Add driver for Sony IMX477 sensor

Adds a driver for the 12MPix Sony IMX477 CSI2 sensor.
Whilst the sensor supports 2 or 4 CSI2 data lanes, this driver
currently only supports 2 lanes.

The following Bayer modes are currently available:

4056x3040 12-bit @ 10fps
2028x1520 12-bit (binned) @ 40fps
2028x1050 12-bit (cropped/binned) @ 50fps
1012x760 10-bit (scaled) @ 120 fps

Signed-off-by: Naushir Patuck <naush@raspberrypi.com>
MAINTAINERS
drivers/media/i2c/Kconfig
drivers/media/i2c/Makefile
drivers/media/i2c/imx477.c [new file with mode: 0644]