We are using the ADV7611 together with the Techpoint TP2915 to convert an HDMI input to an AHD/TVI output. When configuring the ADV7611 using the script below, I noticed the following issues:
- HDMI MAP (0x6A[4], tmds_clk_a_raw) → reading 0x00
- IO MAP (0x6F[0]) → reading 0x01
I am setting the resolution to 1080p60 using the following register configuration:
98 FF 80 # I2C reset
98 FD 44 # CP
98 00 1E # VID_STD = 1080P60 @ 60Hz
98 01 05 # Prim_Mode = 101b HDMI-COMP
98 03 42 # 36-bit SDR 4:4:4 Mode 0
98 05 28 # AV Codes Off
98 0B 44 # Power up part
98 0C 42 # Power up part
98 14 7F # Max Drive Strength
98 15 80 # Disable Tristate
98 19 83 # LLC DLL phase
98 33 40 # LLC DLL enable
44 BA 01 # Set HDMI FreeRun
44 BF 17 # Force FreeRun; Manual color settings
44 C0 00 # Manual color: Green
44 C1 00 # Manual color: Red
44 C2 A0 # Manual color: Blue
44 C9 05 # Disable auto buffering of FreeRun parameters
The LLC clock is correctly running at 148.50 MHz, and I can see activity on the ADV7611 output bus. However, the video is not displayed on the TP2915 output.
What could be the reason for this issue?

