Add the rt linux 4.1.3-rt3 as base
[kvmfornfv.git] / kernel / Documentation / devicetree / bindings / media / exynos-jpeg-codec.txt
diff --git a/kernel/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt b/kernel/Documentation/devicetree/bindings/media/exynos-jpeg-codec.txt
new file mode 100644 (file)
index 0000000..4ef4563
--- /dev/null
@@ -0,0 +1,15 @@
+Samsung S5P/EXYNOS SoC series JPEG codec
+
+Required properties:
+
+- compatible   : should be one of:
+                 "samsung,s5pv210-jpeg", "samsung,exynos4210-jpeg",
+                 "samsung,exynos3250-jpeg", "samsung,exynos5420-jpeg";
+- reg          : address and length of the JPEG codec IP register set;
+- interrupts   : specifies the JPEG codec IP interrupt;
+- clock-names   : should contain:
+                  - "jpeg" for the core gate clock,
+                  - "sclk" for the special clock (optional).
+- clocks       : should contain the clock specifier and clock ID list
+                 matching entries in the clock-names property; from
+                 the common clock bindings.