]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
media: i2c: imx283: add support for non-continuous MIPI clock mode
authorMatthias Fend <matthias.fend@emfend.at>
Mon, 12 Jan 2026 14:59:28 +0000 (15:59 +0100)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Thu, 26 Mar 2026 13:33:07 +0000 (14:33 +0100)
commitbac5990b8848d984b011d2d83569cae1f0c56ba0
tree619a7658aee2056f8afe60520d7d5976cbe6507e
parentcb70fee76eeefc0984910700797c8dc14ad6e12c
media: i2c: imx283: add support for non-continuous MIPI clock mode

Add support for selecting between continuous and non-continuous MIPI clock
mode.

Previously, the CSI-2 non-continuous clock endpoint flag was ignored and
the sensor was always configured for non-continuous clock mode. For
existing device tree nodes that do not have this property enabled, this
update will therefore change the actual clock mode.

Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
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/imx283.c