This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to hook tvp514x.ko module up to v4l2 driver

Other Parts Discussed in Thread: TLC59108, TVP7002, TVP5147

Hello, Dear experts!

I tru to capture video from composite input(J11)!

I know, that I need add module tvp514x.ko in kernel and to use v4l2 driver.

So I reconfigured via menuconfig and rebuild kernel.
Then I added new line "modprobe tvp514x" in load-hd-v4l2-firmware.sh.

When I run this script and exec "lsmod" I get following:

Module                  Size  Used by
tlc59108                1545  0
ti81xxhdmi             17685  0
ti81xxvin              20591  0
tvp7002                 6429  1
tvp514x                10284  0
ti81xxvo               21210  0
ti81xxfb               21979  0
vpss                   74936  4 ti81xxhdmi,ti81xxvin,ti81xxvo,ti81xxfb
syslink              1133911  0
ipv6                  214095  14

As we can see "tvp514x" is loaded!

But if I run "dmesg | grep tvp" we can see only:

tvp7002 3-005d: tvp7002 found @ 0x5d (OMAP I2C adapter)
tvp7002 3-005d: Rev. 02 detected.
ti81xxvin ti81xxvin: registered sub device tvp7002


So tvp5147m on my board is not detected!

What is wrong?

Thanks!