Lines Matching +full:init +full:- +full:delay
1 # SPDX-License-Identifier: GPL-2.0
3 ---
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
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:
34 description: delay after turning regulators on [ms]
37 reset-delay:
38 description: delay after reset sequence [ms]
41 init-delay:
42 description: delay after initialization sequence [ms]
45 panel-width-mm:
48 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>;
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>;