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.

TDA2P-ACD: Issue when Integrating LCD display

Part Number: TDA2P-ACD

Hello,

We want to integrate two LCD display connected to Vout1 and Vout2 ports respectively. 

Initially we were able to see output on LCD1 connect to Vout1 using following setting in chains_common.c : 

pVInfo->vencId                          = SYSTEM_DCTRL_DSS_VENC_LCD1;
pVInfo->outputPort                      = SYSTEM_DCTRL_DSS_DPI1_OUTPUT;
Note : Other settings for overlay parameters and venc were also done.
But when I tried to replicate similar settings for LCD2 which is connected to Vout2 : 
pVInfo->vencId                          = SYSTEM_DCTRL_DSS_VENC_LCD2;
pVInfo->outputPort                      = SYSTEM_DCTRL_DSS_DPI2_OUTPUT;
Note : Other settings for overlay parameters and venc were also done.
It does not work. No output can be seen on display.
Let me know the steps to be done to enable Vout2.
After some investigation I found that Pinmux for Vout2 pins is set to Vin2a as default value as per information in datasheet. Do I need to change this Pinmux ?
Let me know if I am missing something.
Thanks,
Dipti