gro: Allow tunnel stacking in the case of FOU/GUE
[linux/fpc-iii.git] / Documentation / devicetree / bindings / video / hdmi-connector.txt
blobacd5668b1ce1d7832de2e52f57644df2d69a9c6d
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
12 Required nodes:
13 - Video port for HDMI input
15 Example
16 -------
18 hdmi0: connector@1 {
19         compatible = "hdmi-connector";
20         label = "hdmi";
22         type = "a";
24         port {
25                 hdmi_connector_in: endpoint {
26                         remote-endpoint = <&tpd12s015_out>;
27                 };
28         };