Lines Matching +full:display +full:- +full:timings
1 # SPDX-License-Identifier: GPL-2.0
3 ---
4 $id: http://devicetree.org/schemas/display/panel/samsung,ld9040.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
10 - Andrzej Hajda <a.hajda@samsung.com>
13 - $ref: panel-common.yaml#
14 - $ref: /schemas/spi/spi-peripheral-props.yaml#
20 display-timings: true
23 reset-gpios: true
25 vdd3-supply:
28 vci-supply:
31 power-on-delay:
35 reset-delay:
39 panel-width-mm:
42 panel-height-mm:
45 spi-cpha: true
46 spi-cpol: true
49 - compatible
50 - reg
51 - vdd3-supply
52 - vci-supply
53 - reset-gpios
54 - display-timings
59 - |
61 #address-cells = <1>;
62 #size-cells = <0>;
68 vdd3-supply = <&ldo7_reg>;
69 vci-supply = <&ldo17_reg>;
70 reset-gpios = <&gpy4 5 0>;
71 spi-max-frequency = <1200000>;
72 spi-cpol;
73 spi-cpha;
74 power-on-delay = <10>;
75 reset-delay = <10>;
76 panel-width-mm = <90>;
77 panel-height-mm = <154>;
79 display-timings {
81 clock-frequency = <23492370>;
84 hback-porch = <16>;
85 hfront-porch = <16>;
86 vback-porch = <2>;
87 vfront-porch = <28>;
88 hsync-len = <2>;
89 vsync-len = <1>;
90 hsync-active = <0>;
91 vsync-active = <0>;
92 de-active = <0>;
93 pixelclk-active = <0>;
99 remote-endpoint = <&fimd_dpi_ep>;