Lines Matching +full:panel +full:- +full:specific
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/display/panel/panel-dpi.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Generic MIPI DPI Panel
10 - Sam Ravnborg <sam@ravnborg.org>
13 - $ref: panel-common.yaml#
18 Shall contain a panel specific compatible and "panel-dpi"
21 - {}
22 - const: panel-dpi
25 enable-gpios: true
26 height-mm: true
28 panel-timing: true
30 power-supply: true
31 reset-gpios: true
32 width-mm: true
35 - panel-timing
36 - power-supply
41 - |
42 panel {
43 compatible = "startek,startek-kd050c", "panel-dpi";
45 power-supply = <&vcc_supply>;
50 remote-endpoint = <&dpi_out>;
53 panel-timing {
54 clock-frequency = <9200000>;
57 hfront-porch = <8>;
58 hback-porch = <4>;
59 hsync-len = <41>;
60 vback-porch = <2>;
61 vfront-porch = <4>;
62 vsync-len = <10>;
64 hsync-active = <0>;
65 vsync-active = <0>;
66 de-active = <1>;
67 pixelclk-active = <1>;