[PATCH v3 0/6] media: synopsys: Add imx93 support

From: Frank Li

Date: Mon Feb 16 2026 - 14:19:03 EST


This 3rd time try to support DW CSI2RX support for imx93.

1st: Create new dw csi2 driver
https://lore.kernel.org/all/20250701-95_cam-v1-5-c5172bab387b@xxxxxxx/

2nd: Based on legacy imx6's DW CSI2 constroller.
https://lore.kernel.org/imx/20250821-95_cam-v3-0-c9286fbb34b9@xxxxxxx/

Now rockchip create a common DW CSI2RX driver at
drivers/media/platform/synopsys/dw-mipi-csi2rx.c

This time base on rockchip's implement.

i.MX93's version is newer than rockchip one. i.MX6's is more similar with
rockchips.

But i.MX6 is too old. So start at i.MX93 firstly even it has bigger
difference.

Signed-off-by: Frank Li <Frank.Li@xxxxxxx>
---
Changes in v3:
- use dw_mipi_csi2rx_has_reg().
- detail change see each patches's change log
- Link to v2: https://lore.kernel.org/r/20260213-imx93-dw-csi2-v2-0-8be6039f44c6@xxxxxxx

Changes in v2:
- use enum and array map to real register offset.
- Please keep the order:
- #includes
- #defines
- enum and struct definitions
- the rest
- detail change see each patches's change log
- Link to v1: https://lore.kernel.org/r/20260210-imx93-dw-csi2-v1-0-69667bb86bfa@xxxxxxx

---
Frank Li (6):
media: synopsys: csi2rx: use devm_reset_control_get_optional_exclusive()
media: synopsys: csi2rx: only check errors from devm_clk_bulk_get_all()
media: synopsys: csi2rx: implement .get_frame_desc() callback
media: synopsys: csi2rx: Use enum and u32 array for register offsets
media: dt-bindings: add NXP i.MX93 compatible string
media: synopsys: csi2rx: add i.MX93 support

.../bindings/media/rockchip,rk3568-mipi-csi2.yaml | 47 +++-
drivers/media/platform/synopsys/dw-mipi-csi2rx.c | 278 +++++++++++++++++++--
2 files changed, 303 insertions(+), 22 deletions(-)
---
base-commit: ada3fa02f7a95623b724dfe300fce6f49cc2d75a
change-id: 20260128-imx93-dw-csi2-b472ddcb176a

Best regards,
--
Frank Li <Frank.Li@xxxxxxx>