aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/video/exynos_mixer.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/video/exynos_mixer.txt')
-rw-r--r--Documentation/devicetree/bindings/video/exynos_mixer.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/video/exynos_mixer.txt b/Documentation/devicetree/bindings/video/exynos_mixer.txt
index 9b2ea0343566..9131b99cd8ff 100644
--- a/Documentation/devicetree/bindings/video/exynos_mixer.txt
+++ b/Documentation/devicetree/bindings/video/exynos_mixer.txt
@@ -1,7 +1,11 @@
1Device-Tree bindings for mixer driver 1Device-Tree bindings for mixer driver
2 2
3Required properties: 3Required properties:
4- compatible: value should be "samsung,exynos5-mixer". 4- compatible: value should be one of the following:
5 1) "samsung,exynos5-mixer" <DEPRECATED>
6 2) "samsung,exynos4210-mixer"
7 3) "samsung,exynos5250-mixer"
8
5- reg: physical base address of the mixer and length of memory mapped 9- reg: physical base address of the mixer and length of memory mapped
6 region. 10 region.
7- interrupts: interrupt number to the cpu. 11- interrupts: interrupt number to the cpu.
@@ -9,7 +13,7 @@ Required properties:
9Example: 13Example:
10 14
11 mixer { 15 mixer {
12 compatible = "samsung,exynos5-mixer"; 16 compatible = "samsung,exynos5250-mixer";
13 reg = <0x14450000 0x10000>; 17 reg = <0x14450000 0x10000>;
14 interrupts = <0 94 0>; 18 interrupts = <0 94 0>;
15 }; 19 };