]> git.ipfire.org Git - thirdparty/linux.git/commit
media: i2c: ov08d10: add support for 24 MHz input clock
authorMatthias Fend <matthias.fend@emfend.at>
Tue, 24 Mar 2026 10:41:43 +0000 (11:41 +0100)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Thu, 26 Mar 2026 13:33:07 +0000 (14:33 +0100)
commitcb70fee76eeefc0984910700797c8dc14ad6e12c
tree766188c1de7f8d7c9494c56bb88dc2e5d12b9ac6
parent6b4bff99c0371ccdd0869c5a690580b41ec78b69
media: i2c: ov08d10: add support for 24 MHz input clock

The sensor supports an input clock in the range of 6 to 27 MHz. Currently,
the driver only supports a 19.2 MHz clock. Extend the driver so that at
least 24 MHz, which is a typical frequency for this sensor, can also be
used.

Signed-off-by: Matthias Fend <matthias.fend@emfend.at>
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/i2c/ov08d10.c