What modifications are required to the TI video drivers in order to enable the second HD video input and get it mapped to /dev/video1?
I am using a bespoke DM8168 board fed by an FPGA pumping out 24 bit RGB data on VIN[0] and 16 bit YUV data on VIN[1].
At present I have a video input device node at /dev/video0 that I can open and allows me to capture video from VIN[0].
I realise the second HD input channel is shared with VOUT[1] (where HDMI usually comes out) so clearly I need to set it as an input rather than an output for starters.
Thanks,
Ralph