Lines Matching +full:panel +full:- +full:height +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 <[email protected]>
13 - $ref: panel-common.yaml#
22 reset-gpios: true
23 display-timings: true
24 flip-horizontal: true
25 flip-vertical: true
27 vdd3-supply:
30 vci-supply:
33 power-on-delay:
37 reset-delay:
41 init-delay:
45 panel-width-mm:
46 description: physical panel width [mm]
48 panel-height-mm:
49 description: physical panel height [mm]
52 - compatible
53 - reg
54 - vdd3-supply
55 - vci-supply
56 - reset-gpios
57 - display-timings
62 - |
64 #address-cells = <1>;
65 #size-cells = <0>;
67 panel@0 {
70 vdd3-supply = <&vcclcd_reg>;
71 vci-supply = <&vlcd_reg>;
72 reset-gpios = <&gpy4 5 0>;
73 power-on-delay = <50>;
74 reset-delay = <100>;
75 init-delay = <100>;
76 panel-width-mm = <58>;
77 panel-height-mm = <103>;
78 flip-horizontal;
79 flip-vertical;
81 display-timings {
82 timing0: timing-0 {
83 clock-frequency = <57153600>;
86 hfront-porch = <5>;
87 hback-porch = <5>;
88 hsync-len = <5>;
89 vfront-porch = <13>;
90 vback-porch = <1>;
91 vsync-len = <2>;