HDMI Output cannnot work in AGX Orin based CustomBoard 35.3.1

I’m very sorry to announce but Sadly, Our schematic design was wrong.

About HDMI DDC Line, we inverted CLK and DAT wrongly.

20230807_HDMI_DDC_PINMUX

Correct connection.

HDMI_SCL  DP2_AUX_CH_P  I2C6_CLK
HDMI_SDA  DP2_AUX_CH_N  I2C6_DAT

Our Wrong connection in #37.

20230807_HDMI_DDC_CUSTOMBoard

HDMI_SCL  DP2_AUX_CH_N  I2C6_DAT
HDMI_SDA  DP2_AUX_CH_P  I2C6_CLK

We modified the circuit and it works fine.

Sorry for misleading about HPD/DCE is not working.
Thank you for your patience and support.