Lines Matching +full:display +full:- +full:timing
5 - compatible: "panel-dpi"
8 - label: a symbolic name for the panel
9 - enable-gpios: panel enable gpio
10 - reset-gpios: GPIO to control the RESET pin
11 - vcc-supply: phandle of regulator that will be used to enable power to the display
12 - backlight: phandle of the backlight device
15 - "panel-timing" containing video timings
16 (Documentation/devicetree/bindings/display/panel/display-timing.txt)
17 - Video port for DPI input
20 -------
22 lcd0: display@0 {
23 compatible = "samsung,lte430wq-f0c", "panel-dpi";
30 remote-endpoint = <&dpi_out>;
34 panel-timing {
35 clock-frequency = <9200000>;
38 hfront-porch = <8>;
39 hback-porch = <4>;
40 hsync-len = <41>;
41 vback-porch = <2>;
42 vfront-porch = <4>;
43 vsync-len = <10>;
45 hsync-active = <0>;
46 vsync-active = <0>;
47 de-active = <1>;
48 pixelclk-active = <1>;