Lines Matching +full:display +full:- +full:timings
1 Device-Tree bindings for Samsung Exynos7 SoC display controller (DECON)
3 DECON (Display and Enhancement Controller) is the Display Controller for the
8 - compatible: value should be "samsung,exynos7-decon";
10 - reg: physical base address and length of the DECON registers set.
12 - interrupts: should contain a list of all DECON IP block interrupts in the
16 - interrupt-names: should contain the interrupt names: "fifo", "vsync",
20 - pinctrl-0: pin control group to be used for this controller.
22 - pinctrl-names: must contain a "default" entry.
24 - clocks: must include clock specifiers corresponding to entries in the
25 clock-names property.
27 - clock-names: list of clock names sorted in the same order as the clocks
30 - i80-if-timings: timing configuration for lcd i80 interface support.
33 - power-domains: a phandle to DECON power domain node.
34 - display-timings: timing settings for DECON, as described in document [1].
35 Can be used in case timings cannot be provided otherwise
36 or to override timings provided by the panel.
38 [1]: Documentation/devicetree/bindings/display/panel/display-timing.txt
45 compatible = "samsung,exynos7-decon";
46 interrupt-parent = <&combiner>;
48 interrupt-names = "lcd_sys", "vsync", "fifo";
54 clock-names = "pclk_decon0", "aclk_decon0", "decon0_eclk",
62 pinctrl-0 = <&lcd_clk &pwm1_out>;
63 pinctrl-names = "default";