media: i2c: Add driver for Sony IMX477 sensor
authorNaushir Patuck <naush@raspberrypi.com>
Fri, 8 May 2020 09:00:12 +0000 (10:00 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 1 Jul 2020 15:34:00 +0000 (16:34 +0100)
commit9a6644e9b3714b8e9abe869e2f53e7f5cf9a7836
tree0cc52992f3d7cf4cfb874960df894525122d2129
parentae2f5fbb80ac5c5906013b915233d38a54be72e7
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]