aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt
diff options
context:
space:
mode:
authorSylwester Nawrocki <s.nawrocki@samsung.com>2013-08-18 16:14:27 -0300
committerMauro Carvalho Chehab <m.chehab@samsung.com>2013-12-18 06:09:33 -0200
commitf7074ab348e29c8068a2daaaf89920aebc903a98 (patch)
treed662893bf19ba9de493a57017126450dd753408e /Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt
parent[media] s5p-jpeg: Fix encoder and decoder video dev names (diff)
downloadlinux-dev-f7074ab348e29c8068a2daaaf89920aebc903a98.tar.xz
linux-dev-f7074ab348e29c8068a2daaaf89920aebc903a98.zip
[media] s5p-jpeg: Add initial device tree support for S5PV210/Exynos4210 SoCs
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>
Diffstat (limited to 'Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt')
-rw-r--r--Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt
new file mode 100644
index 000000000000..937b755baf8f
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt
@@ -0,0 +1,11 @@
+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.