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.

driver support for tvp5158 in dm385 cbb board with kernel 2.6.37?

Other Parts Discussed in Thread: TVP5158, DM385

Hi guys,

DM385 custom board with TVP5158, as i was enabling support in menuconfig their is no support for tvp5158. can anyone tell where can i get driver support.

well first i posted in legacy video converter forum  they said its best to put up these question in processor forum. following is the link of the question i put up.

regards,

ganesh

  • Hi Ganesh,

    TVP5158 is used in the DM814x/DM816x DVR RDK platforms. If you have the DVR RDK, you can take a look how TVP5158 is implemented there. See the below pointers for more info:
    e2e.ti.com/.../1009999
    e2e.ti.com/.../160102
    e2e.ti.com/.../365939

    TVP5158 is also used in the DM811x/J5Eco TI EVM. If you have the J5Eco EZSDK, you can take a look how TVP5158 is implemented there.

    TVP5158 is also used in the Jacinto6 TI EVM. If you have the Jacinto6 GLSDK, you can take a look how TVP5158 is implemented there.

    DM814x/DM816x DVR RDK and J5Eco EZSDK can be acquired through the local TI FAE.

    Jacinto6 GLSDK can be downloaded from:
    downloads.ti.com/.../index_FDS.html

    See also:
    ti-glsdk_dra7xx-evm_7_04_00_03/docs/DRA7xx_GLSDK_Software_Developers_Guide.html
    ti-glsdk_dra7xx-evm_7_04_00_03/board-support/linux/drivers/media/i2c/Kconfig
    ti-glsdk_dra7xx-evm_7_04_00_03/board-support/linux/drivers/media/i2c/tvp5158.c
    ti-glsdk_dra7xx-evm_7_04_00_03/board-support/linux/Documentation/devicetree/bindings/media/i2c/tvp5158.txt
    ti-glsdk_dra7xx-evm_7_04_00_03/board-support/linux/arch/arm/boot/dts/dra7xx-jamr3.dtsi

    Regards,
    Pavel
  • I will also notify the IPNC RDK team, if they have s.th. to share.

    Regards,
    Pavel
  • If you are planning to use TVP5158 for audio, you can refer to the DVR RDK linux kernel:

    linux-dvr-rdk-dm81xx/sound/soc/davinci/ti81xx-uddvr.c
    linux-dvr-rdk-dm81xx/sound/soc/davinci/ti81xx-evm.c
    linux-dvr-rdk-dm81xx/sound/soc/davinci/Kconfig
    linux-dvr-rdk-dm81xx/sound/soc/codecs/tvp5158-audio.c
    linux-dvr-rdk-dm81xx/sound/soc/codecs/Kconfig
    linux-dvr-rdk-dm81xx/arch/arm/mach-omap2/board-dm385evm.c
    linux-dvr-rdk-dm81xx/arch/arm/mach-omap2/devices.c
    linux-dvr-rdk-dm81xx/arch/arm/configs/dm385_evm_defconfig

    You can get the DVR RDK linux kernel from the below branch:

    arago-project.org/.../

    Regards,
    Pavel