treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / connector / hdmi-connector.txt
blobaeb07c4bd7039d3a6e71fa7f7af65cf520d92abc
1 HDMI Connector
2 ==============
4 Required properties:
5 - compatible: "hdmi-connector"
6 - type: the HDMI connector type: "a", "b", "c", "d" or "e"
8 Optional properties:
9 - label: a symbolic name for the connector
10 - hpd-gpios: HPD GPIO number
11 - ddc-i2c-bus: phandle link to the I2C controller used for DDC EDID probing
12 - ddc-en-gpios: signal to enable DDC bus
14 Required nodes:
15 - Video port for HDMI input
17 Example
18 -------
20 hdmi0: connector@1 {
21         compatible = "hdmi-connector";
22         label = "hdmi";
24         type = "a";
26         port {
27                 hdmi_connector_in: endpoint {
28                         remote-endpoint = <&tpd12s015_out>;
29                 };
30         };