Lines Matching +full:panel +full:- +full:width +full:- +full:mm
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#
7 title: Samsung LD9040 AMOLED LCD parallel RGB panel with SPI control bus
10 The panel must obey the rules for a SPI slave device as specified in
11 spi/spi-controller.yaml
14 - Andrzej Hajda <a.hajda@samsung.com>
17 - $ref: panel-common.yaml#
23 display-timings: true
26 reset-gpios: true
28 vdd3-supply:
31 vci-supply:
34 power-on-delay:
38 reset-delay:
42 panel-width-mm:
43 description: physical panel width [mm]
45 panel-height-mm:
46 description: physical panel height [mm]
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>;
66 #address-cells = <1>;
67 #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>;