Lines Matching +full:vfront +full:- +full:porch
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/display-timings.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Thierry Reding <thierry.reding@gmail.com>
11 - Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com>
12 - Sam Ravnborg <sam@ravnborg.org>
17 The display-timings node makes it possible to specify the timings
22 const: display-timings
24 native-mode:
27 The default display timing is the one specified as native-mode.
28 If no native-mode is specified then the first node is assumed
34 $ref: panel-timing.yaml#
39 - |+
44 * timing1 is the native-mode.
46 display-timings {
47 native-mode = <&timing1>;
50 clock-frequency = <148500000>;
53 hsync-len = <0 44 60>;
54 hfront-porch = <80 88 95>;
55 hback-porch = <100 148 160>;
56 vfront-porch = <0 4 6>;
57 vback-porch = <0 36 50>;
58 vsync-len = <0 5 6>;
62 clock-frequency = <52000000>;
65 hfront-porch = <25>;
66 hback-porch = <25>;
67 hsync-len = <0 25 25>;
68 vback-porch = <2>;
69 vfront-porch = <2>;
70 vsync-len = <2>;
71 hsync-active = <1>;
72 pixelclk-active = <1>;