1 Parallel to LVDS Encoder
2 ------------------------
4 This binding supports the parallel to LVDS encoders that don't require any
7 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
8 incompatible data link layers have been used over time to transmit image data
9 to LVDS panels. This binding targets devices compatible with the following
12 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February
13 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA)
14 [LDI] "Open LVDS Display Interface", May 1999 (Version 0.95), National
16 [VESA] "VESA Notebook Panel Standard", October 2007 (Version 1.0), Video
17 Electronics Standards Association (VESA)
19 Those devices have been marketed under the FPD-Link and FlatLink brand names
25 - compatible: Must be "lvds-encoder"
29 This device has two video ports. Their connections are modeled using the OF
30 graph bindings specified in Documentation/devicetree/bindings/graph.txt.
32 - Video port 0 for parallel input
33 - Video port 1 for LVDS output
40 compatible = "lvds-encoder";
51 lvds_enc_in: endpoint {
52 remote-endpoint = <&display_out_rgb>;
59 lvds_enc_out: endpoint {
60 remote-endpoint = <&lvds_panel_in>;