Lines Matching +full:height +full:- +full:mm
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Laurent Pinchart <laurent.pinchart@ideasonboard.com>
11 - Thierry Reding <thierry.reding@gmail.com>
14 - $ref: panel-common.yaml#
15 - $ref: /schemas/display/lvds.yaml#
24 - compatible
29 - const: mitsubishi,aa121td01
30 - const: panel-lvds
32 vcc-supply:
35 data-mapping:
36 const: jeida-24
38 width-mm:
41 height-mm:
44 panel-timing: true
50 - compatible
51 - vcc-supply
52 - data-mapping
53 - width-mm
54 - height-mm
55 - panel-timing
56 - port
59 - |+
61 compatible = "mitsubishi,aa121td01", "panel-lvds";
62 vcc-supply = <&vcc_3v3>;
64 width-mm = <261>;
65 height-mm = <163>;
67 data-mapping = "jeida-24";
69 panel-timing {
71 clock-frequency = <71000000>;
74 hsync-len = <70>;
75 hfront-porch = <20>;
76 hback-porch = <70>;
77 vsync-len = <5>;
78 vfront-porch = <3>;
79 vback-porch = <15>;
84 remote-endpoint = <&lvds_encoder>;