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/samsung,s6e8aa0.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Samsung S6E8AA0 AMOLED LCD 5.3 inch panel
10 - Andrzej Hajda <a.hajda@samsung.com>
13 - $ref: panel-common.yaml#
20 reset-gpios: true
21 display-timings: true
23 vdd3-supply:
26 vci-supply:
29 power-on-delay:
33 reset-delay:
37 init-delay:
40 panel-width-mm:
41 description: physical panel width [mm]
43 panel-height-mm:
44 description: physical panel height [mm]
46 flip-horizontal:
50 flip-vertical:
55 - compatible
56 - reg
57 - vdd3-supply
58 - vci-supply
59 - reset-gpios
60 - display-timings
65 - |
67 #address-cells = <1>;
68 #size-cells = <0>;
70 panel@0 {
73 vdd3-supply = <&vcclcd_reg>;
74 vci-supply = <&vlcd_reg>;
75 reset-gpios = <&gpy4 5 0>;
76 power-on-delay= <50>;
77 reset-delay = <100>;
78 init-delay = <100>;
79 panel-width-mm = <58>;
80 panel-height-mm = <103>;
81 flip-horizontal;
82 flip-vertical;
84 display-timings {
85 timing0: timing-0 {
86 clock-frequency = <57153600>;
89 hfront-porch = <5>;
90 hback-porch = <5>;
91 hsync-len = <5>;
92 vfront-porch = <13>;
93 vback-porch = <1>;
94 vsync-len = <2>;