]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/media/exynos-fimc-lite.txt
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-linux.git] / Documentation / devicetree / bindings / media / exynos-fimc-lite.txt
1 Exynos4x12/Exynos5 SoC series camera host interface (FIMC-LITE)
2
3 Required properties:
4
5 - compatible    : should be "samsung,exynos4212-fimc" for Exynos4212 and
6                   Exynos4412 SoCs;
7 - reg           : physical base address and size of the device memory mapped
8                   registers;
9 - interrupts    : should contain FIMC-LITE interrupt;
10 - clocks        : FIMC LITE gate clock should be specified in this property.
11 - clock-names   : should contain "flite" entry.
12
13 Each FIMC device should have an alias in the aliases node, in the form of
14 fimc-lite<n>, where <n> is an integer specifying the IP block instance.