]> git.kernelconcepts.de Git - karo-tx-linux.git/blob - Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
[karo-tx-linux.git] / Documentation / devicetree / bindings / media / exynos-jpeg-codec.txt
1 Samsung S5P/EXYNOS SoC series JPEG codec
2
3 Required properties:
4
5 - compatible    : should be one of:
6                   "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg",
7                   "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg";
8 - reg           : address and length of the JPEG codec IP register set;
9 - interrupts    : specifies the JPEG codec IP interrupt;
10 - clock-names   : should contain:
11                    - "jpeg" for the core gate clock,
12                    - "sclk" for the special clock (optional).
13 - clocks        : should contain the clock specifier and clock ID list
14                   matching entries in the clock-names property; from
15                   the common clock bindings.