Lines Matching +full:panel +full:- +full:width +full:- +full:mm
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/mitsubishi,aa104xd12.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Mitsubishi AA104XD12 10.4" XGA LVDS Display Panel
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,aa104xd12
30 - const: panel-lvds
32 vcc-supply:
33 description: Reference to the regulator powering the panel VCC pins.
35 data-mapping:
37 - jeida-18
38 - jeida-24
40 width-mm:
43 height-mm:
47 panel-timing: true
53 - compatible
54 - data-mapping
55 - width-mm
56 - height-mm
57 - panel-timing
58 - port
61 - |+
63 panel {
64 compatible = "mitsubishi,aa104xd12", "panel-lvds";
65 vcc-supply = <&vcc_3v3>;
67 width-mm = <210>;
68 height-mm = <158>;
70 data-mapping = "jeida-24";
72 panel-timing {
74 clock-frequency = <65000000>;
77 hsync-len = <136>;
78 hfront-porch = <20>;
79 hback-porch = <160>;
80 vfront-porch = <3>;
81 vback-porch = <29>;
82 vsync-len = <6>;
87 remote-endpoint = <&lvds_encoder>;