Lines Matching +full:height +full:- +full:mm

1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/advantech,idk-2121wr.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Advantech IDK-2121WR 21.5" Full-HD dual-LVDS panel
10 - Lad Prabhakar <prabhakar.mahadev-lad.rj@bp.renesas.com>
11 - Thierry Reding <thierry.reding@gmail.com>
14 The IDK-2121WR from Advantech is a Full-HD dual-LVDS panel.
15 A dual-LVDS interface is a dual-link connection with even pixels traveling
20 dual-lvds-odd-pixels or dual-lvds-even-pixels).
25 - const: advantech,idk-2121wr
26 - {} # panel-lvds, but not listed here to avoid false select
28 width-mm:
31 height-mm:
34 data-mapping:
35 const: vesa-24
37 panel-timing: true
44 $ref: /schemas/graph.yaml#/$defs/port-base
48 dual-lvds-odd-pixels: true
51 - dual-lvds-odd-pixels
54 $ref: /schemas/graph.yaml#/$defs/port-base
58 dual-lvds-even-pixels: true
61 - dual-lvds-even-pixels
64 - port@0
65 - port@1
70 - compatible
71 - width-mm
72 - height-mm
73 - data-mapping
74 - panel-timing
75 - ports
78 - |+
79 panel-lvds {
80 compatible = "advantech,idk-2121wr", "panel-lvds";
82 width-mm = <476>;
83 height-mm = <268>;
85 data-mapping = "vesa-24";
87 panel-timing {
88 clock-frequency = <148500000>;
91 hsync-len = <44>;
92 hfront-porch = <88>;
93 hback-porch = <148>;
94 vfront-porch = <4>;
95 vback-porch = <36>;
96 vsync-len = <5>;
100 #address-cells = <1>;
101 #size-cells = <0>;
105 dual-lvds-odd-pixels;
107 remote-endpoint = <&lvds0_out>;
113 dual-lvds-even-pixels;
115 remote-endpoint = <&lvds1_out>;