Our custom board have swapped the polarity of the HDMI_PHY clock and data pads to the HDMI port interface.
Is it possible to swap the polarity of the HDMI_PHY pads through registers?
I have searched the data sheet and cannot find the appropriate register.
Searching through the source code of PDK shows that it is possible through:
/* Swaps HDMI output polarity */
UInt32* HDMI_PHY_PAD_CONFIG_CONTROL = (UInt32*) 0x5804030C;
*HDMI_PHY_PAD_CONFIG_CONTROL |= 0x78000000;
However, doing the above does not seem to work.
With this may I ask information/technical reference if swapping of HDMI_PHY pads polarity is possible through register access?