Lines Matching +full:pixelclk +full:- +full:active
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
35 - $ref: panel-timing.yaml#
40 - |+
45 * timing1 is the native-mode.
47 display-timings {
48 native-mode = <&timing1>;
51 clock-frequency = <148500000>;
54 hsync-len = <0 44 60>;
55 hfront-porch = <80 88 95>;
56 hback-porch = <100 148 160>;
57 vfront-porch = <0 4 6>;
58 vback-porch = <0 36 50>;
59 vsync-len = <0 5 6>;
63 clock-frequency = <52000000>;
66 hfront-porch = <25>;
67 hback-porch = <25>;
68 hsync-len = <0 25 25>;
69 vback-porch = <2>;
70 vfront-porch = <2>;
71 vsync-len = <2>;
72 hsync-active = <1>;
73 pixelclk-active = <1>;