aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2017-04-05 09:28:31 +0200
committerInki Dae <inki.dae@samsung.com>2017-06-01 16:21:37 +0900
commitf8b7f1f86fbebe81d996dcb51231bc0536569a4f (patch)
tree044a0e75747b6100741c6ab65baafa2815274ed6 /Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
parentdt-bindings: exynos5433-decon: fix interrupts bindings (diff)
downloadlinux-dev-f8b7f1f86fbebe81d996dcb51231bc0536569a4f.tar.xz
linux-dev-f8b7f1f86fbebe81d996dcb51231bc0536569a4f.zip
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>
Diffstat (limited to 'Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt')
-rw-r--r--Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt b/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
index ba6be99cb794..549c538b38a5 100644
--- a/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
+++ b/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
@@ -10,7 +10,8 @@ Required properties:
- reg: physical base address and length of the DECON registers set.
- interrupt-names: should contain the interrupt names depending on mode of work:
video mode: "vsync",
- command mode: "lcd_sys".
+ command mode: "lcd_sys",
+ command mode with software trigger: "lcd_sys", "te".
- interrupts or interrupts-extended: list of interrupt specifiers corresponding
to names privided in interrupt-names, as described in
interrupt-controller/interrupts.txt