Lines Matching +full:lvds +full:- +full:data +full:- +full:mapping
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/bridge/lvds-codec.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Transparent LVDS encoders and decoders
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
13 This binding supports transparent LVDS encoders and decoders that don't
16 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
17 incompatible data link layers have been used over time to transmit image data
18 to LVDS panels. This binding targets devices compatible with the following
21 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February
23 [LDI] "Open LVDS Display Interface", May 1999 (Version 0.95), National
28 Those devices have been marketed under the FPD-Link and FlatLink brand names
34 - items:
35 - enum:
36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer
37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer
38 - ti,sn75lvds83 # For the TI SN75LVDS83 FlatLink transmitter
39 - const: lvds-encoder # Generic LVDS encoder compatible fallback
40 - items:
41 - enum:
42 - ti,ds90cf364a # For the DS90CF364A FPD-Link LVDS Receiver
43 - ti,ds90cf384a # For the DS90CF384A FPD-Link LVDS Receiver
44 - ti,sn65lvds822 # For the SN65LVDS822 FlatLink LVDS Receiver
45 - ti,sn65lvds94 # For the SN65DS94 LVDS serdes
46 - const: lvds-decoder # Generic LVDS decoders compatible fallback
47 - enum:
48 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
55 $ref: /schemas/graph.yaml#/$defs/port-base
58 For LVDS encoders, port 0 is the parallel input
59 For LVDS decoders, port 0 is the LVDS input
63 $ref: /schemas/media/video-interfaces.yaml#
67 data-mapping:
69 - jeida-18
70 - jeida-24
71 - vesa-24
73 The color signals mapping order. See details in
74 Documentation/devicetree/bindings/display/lvds.yaml
79 For LVDS encoders, port 1 is the LVDS output
80 For LVDS decoders, port 1 is the parallel output
83 - port@0
84 - port@1
86 pclk-sample:
88 Data sampling on rising or falling edge.
90 - 0 # Falling edge
91 - 1 # Rising edge
94 powerdown-gpios:
99 power-supply: true
102 - if:
107 const: lvds-decoder
116 data-mapping: false
118 - if:
123 const: lvds-encoder
126 pclk-sample: false
129 - compatible
130 - ports
136 - |
137 lvds-encoder {
138 compatible = "ti,ds90c185", "lvds-encoder";
141 #address-cells = <1>;
142 #size-cells = <0>;
148 remote-endpoint = <&display_out_rgb>;
156 remote-endpoint = <&lvds_panel_in>;
162 - |
163 lvds-decoder {
164 compatible = "ti,ds90cf384a", "lvds-decoder";
167 #address-cells = <1>;
168 #size-cells = <0>;
174 remote-endpoint = <&display_out_lvds>;
182 remote-endpoint = <&rgb_panel_in>;