forked from Minki/linux
f7074ab348
This patch enables the JPEG codec on S5PV210 and Exynos4210 SoCs. There are some differences in newer versions of the JPEG codec IP on SoCs like Exynos4x12 and Exynos5 series and support for them will be added in subsequent patches. Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com> Acked-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mauro Carvalho Chehab <m.chehab@samsung.com>
12 lines
416 B
Plaintext
12 lines
416 B
Plaintext
Samsung S5P/EXYNOS SoC series JPEG codec
|
|
|
|
Required properties:
|
|
|
|
- compatible : should be one of:
|
|
"samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg";
|
|
- reg : address and length of the JPEG codec IP register set;
|
|
- interrupts : specifies the JPEG codec IP interrupt;
|
|
- clocks : should contain the JPEG codec IP gate clock specifier, from the
|
|
common clock bindings;
|
|
- clock-names : should contain "jpeg" entry.
|