Hi@all,
I'm using a custom board with an imx6DL and the kernel version 3.16! At the CSI0 interface I've an ADV7180 with a 8bit data connection!
I want to use the MXC v4l capture driver (VIDEO_MXC_CAPTURE) but this is using deprecated interface devices VIDEO_V4L2_INT_DEVICE.
I think the capture driver have to use the v4l2 sub devices (VIDEO_V4L2_SUBDEV_API)!?
If I try to activate the VIDEO_MXC_CAPTURE I got many linker errors, due to missing VIDEO_V4L2_INT_DEVICE components!
I think it could'nt be the right way to reactivate the deprecated VIDEO_V4L2_INT_DEVICE functionality, but I need an alternativ solution in the 3.16 kernel.
Is there any patch for that?
Thanks
Denis