aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2017-04-05 03:28:30 -0400
committerInki Dae <inki.dae@samsung.com>2017-06-01 03:21:37 -0400
commita8875f8214b6644e3c08d6b7ce1d419fdfb2b4f4 (patch)
tree906d9175efa76b6510242459ae1848718b65aa08
parent366dcad34c2fe1684bd93892d06e774e44600f34 (diff)
dt-bindings: exynos5433-decon: fix interrupts bindings
DECON requires different interrupts depending on mode of work, which depends on panel it is connected to. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
-rw-r--r--Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt12
1 files changed, 6 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt b/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
index c9fd7b3807e7..ba6be99cb794 100644
--- a/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
+++ b/Documentation/devicetree/bindings/display/exynos/exynos5433-decon.txt
@@ -8,12 +8,12 @@ Required properties:
8- compatible: value should be one of: 8- compatible: value should be one of:
9 "samsung,exynos5433-decon", "samsung,exynos5433-decon-tv"; 9 "samsung,exynos5433-decon", "samsung,exynos5433-decon-tv";
10- reg: physical base address and length of the DECON registers set. 10- reg: physical base address and length of the DECON registers set.
11- interrupts: should contain a list of all DECON IP block interrupts in the 11- interrupt-names: should contain the interrupt names depending on mode of work:
12 order: VSYNC, LCD_SYSTEM. The interrupt specifier format 12 video mode: "vsync",
13 depends on the interrupt controller used. 13 command mode: "lcd_sys".
14- interrupt-names: should contain the interrupt names: "vsync", "lcd_sys" 14- interrupts or interrupts-extended: list of interrupt specifiers corresponding
15 in the same order as they were listed in the interrupts 15 to names privided in interrupt-names, as described in
16 property. 16 interrupt-controller/interrupts.txt
17- clocks: must include clock specifiers corresponding to entries in the 17- clocks: must include clock specifiers corresponding to entries in the
18 clock-names property. 18 clock-names property.
19- clock-names: list of clock names sorted in the same order as the clocks 19- clock-names: list of clock names sorted in the same order as the clocks