Lines Matching +full:jeida +full:- +full:59 +full:- +full:1999

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#
10 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
16 LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple
21 [JEIDA] "Digital Interface Standards for Monitor", JEIDA-59-1999, February
22 1999 (Version 1.0), Japan Electronic Industry Development Association (JEIDA)
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,sn65lvds94 # For the SN65DS94 LVDS serdes
45 - const: lvds-decoder # Generic LVDS decoders compatible fallback
46 - enum:
47 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
54 $ref: /schemas/graph.yaml#/$defs/port-base
62 $ref: /schemas/media/video-interfaces.yaml#
66 data-mapping:
68 - jeida-18
69 - jeida-24
70 - vesa-24
82 - port@0
83 - port@1
85 pclk-sample:
89 - 0 # Falling edge
90 - 1 # Rising edge
93 powerdown-gpios:
98 power-supply: true
101 - if:
106 const: lvds-decoder
115 data-mapping: false
117 - if:
122 const: lvds-encoder
125 pclk-sample: false
128 - compatible
129 - ports
135 - |
136 lvds-encoder {
137 compatible = "ti,ds90c185", "lvds-encoder";
140 #address-cells = <1>;
141 #size-cells = <0>;
147 remote-endpoint = <&display_out_rgb>;
155 remote-endpoint = <&lvds_panel_in>;
161 - |
162 lvds-decoder {
163 compatible = "ti,ds90cf384a", "lvds-decoder";
166 #address-cells = <1>;
167 #size-cells = <0>;
173 remote-endpoint = <&display_out_lvds>;
181 remote-endpoint = <&rgb_panel_in>;