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#
23 display-timings: true
25 reset-gpios: true
27 vdd3-supply:
30 vci-supply:
33 power-on-delay:
37 reset-delay:
41 panel-width-mm:
44 panel-height-mm:
47 spi-cpha: true
48 spi-cpol: true
51 - compatible
52 - reg
53 - vdd3-supply
54 - vci-supply
55 - reset-gpios
56 - display-timings
61 - |
63 #address-cells = <1>;
64 #size-cells = <0>;
70 vdd3-supply = <&ldo7_reg>;
71 vci-supply = <&ldo17_reg>;
72 reset-gpios = <&gpy4 5 0>;
73 spi-max-frequency = <1200000>;
74 spi-cpol;
75 spi-cpha;
76 power-on-delay = <10>;
77 reset-delay = <10>;
78 panel-width-mm = <90>;
79 panel-height-mm = <154>;
81 display-timings {
83 clock-frequency = <23492370>;
86 hback-porch = <16>;
87 hfront-porch = <16>;
88 vback-porch = <2>;
89 vfront-porch = <28>;
90 hsync-len = <2>;
91 vsync-len = <1>;
92 hsync-active = <0>;
93 vsync-active = <0>;
94 de-active = <0>;
95 pixelclk-active = <0>;
101 remote-endpoint = <&fimd_dpi_ep>;