]> git.ipfire.org Git - thirdparty/linux.git/commit
media: synopsys: csi2rx: add i.MX93 support
authorFrank Li <Frank.Li@nxp.com>
Mon, 16 Feb 2026 19:18:44 +0000 (14:18 -0500)
committerHans Verkuil <hverkuil+cisco@kernel.org>
Thu, 26 Mar 2026 13:33:08 +0000 (14:33 +0100)
commitec40b431f0abe682db2e443b857d638cd3653330
treea0dd6caddb1e1aa619b2ca0097a9c4fa470c9575
parent7425b2eaf50a90f57cde586a4a7a0e2e9c2fc0d1
media: synopsys: csi2rx: add i.MX93 support

The i.MX93 uses a newer version of the DW CSI-2 controller with a changed
register layout and an integrated Image Pixel Interface (IPI), which
converts the received CSI-2 packets from byte to pixel format and produces
a pixel data bus containing vertical and horizontal synchronization
information.

The reset flow also differs, so add the .assert_reset(), .deassert_reset(),
and .idi_enable() callbacks to support it.

Reviewed-by: Michael Riesch <michael.riesch@collabora.com>
Signed-off-by: Frank Li <Frank.Li@nxp.com>
[Sakari Ailus: include missing linux/bitfield.h.]
Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com>
Signed-off-by: Hans Verkuil <hverkuil+cisco@kernel.org>
drivers/media/platform/synopsys/dw-mipi-csi2rx.c