diff options
author | Rahul Sharma <rahul.sharma@samsung.com> | 2012-10-29 13:51:36 +0100 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-10-29 13:51:36 +0100 |
commit | 5af0d8a372811c353ab7de5d161463f58aa2173a (patch) | |
tree | a86464da1a245458c4dcffad5d50d35af54b62b9 /Documentation/devicetree/bindings/drm | |
parent | ARM: dts: add device tree support for exynos5 hdmi (diff) | |
download | linux-5af0d8a372811c353ab7de5d161463f58aa2173a.tar.xz linux-5af0d8a372811c353ab7de5d161463f58aa2173a.zip |
ARM: dts: add device tree support for exynos5 mixer
This patch adds support for device tree based discovery for exynos5
mixer. Mixer node is also renamed with "exynos5-mixer".
Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/drm')
-rw-r--r-- | Documentation/devicetree/bindings/drm/exynos/mixer.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/drm/exynos/mixer.txt b/Documentation/devicetree/bindings/drm/exynos/mixer.txt new file mode 100644 index 000000000000..9b2ea0343566 --- /dev/null +++ b/Documentation/devicetree/bindings/drm/exynos/mixer.txt @@ -0,0 +1,15 @@ +Device-Tree bindings for mixer driver + +Required properties: +- compatible: value should be "samsung,exynos5-mixer". +- reg: physical base address of the mixer and length of memory mapped + region. +- interrupts: interrupt number to the cpu. + +Example: + + mixer { + compatible = "samsung,exynos5-mixer"; + reg = <0x14450000 0x10000>; + interrupts = <0 94 0>; + }; |