[PATCH 0/3] Add Vision Components MIPI Camera Module support
From: Richard Leitner <hidden>
Date: 2026-09-15 20:20:54
Also in:
b4-sent, linux-media, lkml
This series adds support for Vision Components MIPI camera modules by adding a device driver for the controller chip found on those modules. The controller is an I2C-accessible FPGA that provides three main functions for the attached image sensor: - power sequencing and control of the module supply - a fixed clock output used as the sensor input clock - routing of I2C traffic between the host and the sensor The initial version of this driver was written by Laurent Pinchart and is available at: gitlab.com/ideasonboard/nxp/linux.git in the v7.0/sensors/vcmipi branch. Therefore I've added Laurent and me as a maintainer for this driver and left Laurent as MODULE_AUTHOR. If that's incorrect or not desired, please feel free to reach out! Thanks This series was tested using ov9282 camera modules from Vision Components. Those were flashed with different FPGA firmware versions and connected to an i.MX8MP SoC. Any feedback is warmly welcome. Thanks! Link: https://lore.kernel.org/all/20260728092856.GB1494774@killaraus.ideasonboard.com/ (local) Link: https://gitlab.com/ideasonboard/nxp/linux/-/commits/v7.0/sensors/vcmipi Signed-off-by: Richard Leitner <redacted> --- Richard Leitner (3): dt-bindings: vendor-prefixes: add Vision Components GmbH dt-bindings: media: i2c: Add vision-components,mipi-module-controller media: i2c: vc-mipi: add Vision Components MIPI Module Controller .../vision-components,mipi-module-controller.yaml | 92 ++++ .../devicetree/bindings/vendor-prefixes.yaml | 2 + MAINTAINERS | 8 + drivers/media/i2c/Kconfig | 13 + drivers/media/i2c/Makefile | 1 + drivers/media/i2c/vc-mipi.c | 541 +++++++++++++++++++++ 6 files changed, 657 insertions(+) --- base-commit: fd73f4a6659897191fa0d40695fe370925dd3780 change-id: 20260903-vc-mipi-ctrl-6d442cefcc40 Best regards, -- Richard Leitner [off-list ref]