Lines Matching +full:panel +full:- +full:timing
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/sgd,gktw70sdae4se.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Solomon Goldentek Display GKTW70SDAE4SE 7" WVGA LVDS Display Panel
10 - Neil Armstrong <neil.armstrong@linaro.org>
11 - Thierry Reding <thierry.reding@gmail.com>
14 - $ref: panel-common.yaml#
15 - $ref: /schemas/display/lvds.yaml#
24 - compatible
29 - const: sgd,gktw70sdae4se
30 - const: panel-lvds
32 data-mapping:
33 const: jeida-18
35 width-mm:
38 height-mm:
41 panel-timing: true
47 - compatible
48 - port
49 - data-mapping
50 - width-mm
51 - height-mm
52 - panel-timing
55 - |+
56 panel {
57 compatible = "sgd,gktw70sdae4se", "panel-lvds";
59 width-mm = <153>;
60 height-mm = <86>;
62 data-mapping = "jeida-18";
64 panel-timing {
65 clock-frequency = <32000000>;
68 hback-porch = <39>;
69 hfront-porch = <39>;
70 vback-porch = <29>;
71 vfront-porch = <13>;
72 hsync-len = <47>;
73 vsync-len = <2>;
78 remote-endpoint = <&lvds_encoder>;