Post Go back to editing

Enabling PLL stop video conversion to CVBS

Category: Hardware
Product Number: ADV7393
We are using ADV7393 to convert digital video stream from DPI to CVBS.
The input video on DPI is SD video stream 720x480 resolution BT656 video standard and 10 DPI data pin connected.
 
We use the next config to enable video stream:
## Use example Table 82. 8-Bit  625i YCrCb In (EAV/SAV), CVBS/Y-C Out but with adjustmen for 10 bits
i2cset -y 1 0x2a 0x17 0x02 # Software reset.
i2cset -y 1 0x2a 0x82 0xC3 # SD PrPb SSAF filter + SD DAC Output 1 (Enable CVBS) + Data Valid
i2cset -y 1 0x2a 0x88 0x10 # 10-bit input enabled.



The problem is that when we enable PLL with the ebove config using the next command, the video stream conversion stops:
i2cset -y 1 0x2a 0x00 0x10 # DAC1 + PLL enable
# Setting 0x00 register value to 0x10
 
What prerequisites or extra steps do we need to make to enable PLL x16?