IB/srp: Let srp_abort() return FAST_IO_FAIL if TL offline
[linux/fpc-iii.git] / Documentation / devicetree / bindings / video / exynos_mixer.txt
blob9b2ea03435665f4aecbd4cd049b56b41f4a6aa46
1 Device-Tree bindings for mixer driver
3 Required properties:
4 - compatible: value should be "samsung,exynos5-mixer".
5 - reg: physical base address of the mixer and length of memory mapped
6         region.
7 - interrupts: interrupt number to the cpu.
9 Example:
11         mixer {
12                 compatible = "samsung,exynos5-mixer";
13                 reg = <0x14450000 0x10000>;
14                 interrupts = <0 94 0>;
15         };