Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: exynos5433-decon: add TE interrupt binding

DECON command mode can use hardware trigger where transmission
is triggered automatically, or software trigger - where TE interrupt
handler should trigger transmission.
DECON will use software trigger if TE interrupt is specified.

Signed-off-by: Andrzej Hajda <a.hajda@samsung.com>
Signed-off-by: Inki Dae <inki.dae@samsung.com>

authored by

Andrzej Hajda and committed by
Inki Dae
f8b7f1f8 a8875f82

+2 -1
+2 -1
Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
··· 10 10 - reg: physical base address and length of the DECON registers set. 11 11 - interrupt-names: should contain the interrupt names depending on mode of work: 12 12 video mode: "vsync", 13 - command mode: "lcd_sys". 13 + command mode: "lcd_sys", 14 + command mode with software trigger: "lcd_sys", "te". 14 15 - interrupts or interrupts-extended: list of interrupt specifiers corresponding 15 16 to names privided in interrupt-names, as described in 16 17 interrupt-controller/interrupts.txt