Commit a8875f82 authored by Andrzej Hajda's avatar Andrzej Hajda Committed by Inki Dae

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: default avatarAndrzej Hajda <a.hajda@samsung.com>
Signed-off-by: default avatarInki Dae <inki.dae@samsung.com>
parent 366dcad3
...@@ -8,12 +8,12 @@ Required properties: ...@@ -8,12 +8,12 @@ Required properties:
- compatible: value should be one of: - compatible: value should be one of:
"samsung,exynos5433-decon", "samsung,exynos5433-decon-tv"; "samsung,exynos5433-decon", "samsung,exynos5433-decon-tv";
- reg: physical base address and length of the DECON registers set. - reg: physical base address and length of the DECON registers set.
- interrupts: should contain a list of all DECON IP block interrupts in the - interrupt-names: should contain the interrupt names depending on mode of work:
order: VSYNC, LCD_SYSTEM. The interrupt specifier format video mode: "vsync",
depends on the interrupt controller used. command mode: "lcd_sys".
- interrupt-names: should contain the interrupt names: "vsync", "lcd_sys" - interrupts or interrupts-extended: list of interrupt specifiers corresponding
in the same order as they were listed in the interrupts to names privided in interrupt-names, as described in
property. interrupt-controller/interrupts.txt
- clocks: must include clock specifiers corresponding to entries in the - clocks: must include clock specifiers corresponding to entries in the
clock-names property. clock-names property.
- clock-names: list of clock names sorted in the same order as the clocks - clock-names: list of clock names sorted in the same order as the clocks
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment