media: i2c: Add support for new frequencies to ov7251
authorDaniel Scally <djrscally@gmail.com>
Thu, 5 May 2022 23:03:54 +0000 (01:03 +0200)
committerMauro Carvalho Chehab <mchehab@kernel.org>
Tue, 17 May 2022 07:50:30 +0000 (09:50 +0200)
commited9566ce1946f89f016fbec0d409b69082436ad9
tree3ec7406f8d4caba09ee795c34ef85ac8c6f54b7b
parentdf057b0dd99b965c93cdf4c2d032a9c9254b6118
media: i2c: Add support for new frequencies to ov7251

The OV7251 sensor is used as the IR camera sensor on the Microsoft
Surface line of tablets; this provides a 19.2MHz external clock, and
the Windows driver for this sensor configures a 319.2MHz link freq to
the CSI-2 receiver. Add the ability to support those rate to the
driver by defining a new set of PLL configs.

Signed-off-by: Daniel Scally <djrscally@gmail.com>
Acked-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>
drivers/media/i2c/ov7251.c