TX2 NX HDMI polarity of the HPD signal

Hi

this is a question about HPD polarity difference i found from hardware design guide and official code.

in hardware design guide:
HPD is non-inverting (preserve the polarity of the HPD signal from the display).that is to say, for TX2 NX HPD signal,its high active. see figure below:

in official code:
HPD is low active,so need to invert HPD level in hardware circuit.
see figure below:

which one should we refer to? hardware design guide or official’s code(need invert HPD signal)?

It is non-inverting for DP and non-inverting or inverting for HDMI.

Your understanding to device tree is also wrong… there are more than just one file in device tree.

The file you attached does not matter to final dtb.

got it ,thanks~