Hi,
I am working on the custom 8148 board which doesnt have a tvp7002/tvp514x decoder chips we intend to get the video data from the FPGA and feed it into vip0/1, but the capture driver seems to make subdev calls to subdev driver (tvp7002/tv514x) as per v4l framework. So I intend to write a dummy decoder driver which registers a v4l2 subdev and return success for the subdev calls made by the bridge/host driver.
My question is the above work around fine Or is there any easy way to get around this ?
Thanks,
--Prabhakar Lad