mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 08:44:21 +08:00
def5e09571
Add support for exynos5420 mixer IP in the drm mixer driver. Signed-off-by: Rahul Sharma <rahul.sharma@samsung.com> Acked-by: Seung-Woo Kim <sw0312.kim@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
21 lines
491 B
Plaintext
21 lines
491 B
Plaintext
Device-Tree bindings for mixer driver
|
|
|
|
Required properties:
|
|
- compatible: value should be one of the following:
|
|
1) "samsung,exynos5-mixer" <DEPRECATED>
|
|
2) "samsung,exynos4210-mixer"
|
|
3) "samsung,exynos5250-mixer"
|
|
4) "samsung,exynos5420-mixer"
|
|
|
|
- reg: physical base address of the mixer and length of memory mapped
|
|
region.
|
|
- interrupts: interrupt number to the cpu.
|
|
|
|
Example:
|
|
|
|
mixer {
|
|
compatible = "samsung,exynos5250-mixer";
|
|
reg = <0x14450000 0x10000>;
|
|
interrupts = <0 94 0>;
|
|
};
|