rtc: stm32: fix misspelling and misalignment issues
[linux/fpc-iii.git] / Documentation / devicetree / bindings / display / connector / hdmi-connector.txt
blob508aee461e0dd5723e9b11fe8f765ba5ee0d9de3
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
13 Required nodes:
14 - Video port for HDMI input
16 Example
17 -------
19 hdmi0: connector@1 {
20         compatible = "hdmi-connector";
21         label = "hdmi";
23         type = "a";
25         port {
26                 hdmi_connector_in: endpoint {
27                         remote-endpoint = <&tpd12s015_out>;
28                 };
29         };