Hello,
I am integrating the SONY camera on our custom IMX8MM board, The Sony camera outputs LVDS data and we have used LVDS to MIPI conversion lattice bridge IC (FPGA IP is preprogramed) in our board.
I need the support for implementing the base driver that interacts with mx6s_capture.c driver.
What all the information that is required for the getting interrupt mx6s_csi_irq_handler
Data Lane : 4
Resolution 1080p30fps
Regards
Santhosh
Hi Santhosh
one can start with below link and camera datasheet info for supported formats
https://community.nxp.com/t5/i-MX-Processors/i-MX8M-Mini-support-mipi-csi-raw12-issue/m-p/1091846
Drivers are described in sect.6.1 Capture Overview i.MX Linux Reference Manual
simple camera unit tests
https://source.codeaurora.org/external/imx/imx-test/tree/test/mxc_v4l2_test?h=imx_5.4.47_2.2.0
Best regards
igor