Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost
[cris-mirror.git] / Documentation / devicetree / bindings / display / bridge / thine,thc63lvdm83d.txt
blob527e236e9a2a126dcdd814e3b50c972a7145fe44
1 THine Electronics THC63LVDM83D LVDS serializer
2 ----------------------------------------------
4 The THC63LVDM83D is an LVDS serializer designed to support pixel data
5 transmission between a host and a flat panel.
7 Required properties:
9 - compatible: Should be "thine,thc63lvdm83d"
11 Optional properties:
13 - pwdn-gpios: Power down control GPIO
15 Required nodes:
17 The THC63LVDM83D has two video ports. Their connections are modeled using the
18 OFgraph bindings specified in Documentation/devicetree/bindings/graph.txt.
20 - Video port 0 for CMOS/TTL input
21 - Video port 1 for LVDS output
24 Example
25 -------
27         lvds_enc: encoder@0 {
28                 compatible = "thine,thc63lvdm83d";
30                 ports {
31                         #address-cells = <1>;
32                         #size-cells = <0>;
34                         port@0 {
35                                 reg = <0>;
37                                 lvds_enc_in: endpoint@0 {
38                                         remote-endpoint = <&rgb_out>;
39                                 };
40                         };
42                         port@1 {
43                                 reg = <1>;
45                                 lvds_enc_out: endpoint@0 {
46                                         remote-endpoint = <&panel_in>;
47                                 };
48                         };
49                 };
50         };