From: Sylwester Nawrocki <[email protected]>

Added documentation for Samsung JPEG driver DT bindings.

Signed-off-by: Sylwester Nawrocki <[email protected]>
Signed-off-by: George Joseph Palathingal <[email protected]>
Cc: [email protected]
---
 .../devicetree/bindings/media/samsung-s5p-jpeg.txt |   21 ++++++++++++++++++++
 1 file changed, 21 insertions(+)
 create mode 100644 Documentation/devicetree/bindings/media/samsung-s5p-jpeg.txt

diff --git a/Documentation/devicetree/bindings/media/samsung-s5p-jpeg.txt 
b/Documentation/devicetree/bindings/media/samsung-s5p-jpeg.txt
new file mode 100644
index 0000000..e44c4da
--- /dev/null
+++ b/Documentation/devicetree/bindings/media/samsung-s5p-jpeg.txt
@@ -0,0 +1,21 @@
+Samsung S5P/EXYNOS SoC series JPEG codec
+
+Required properties:
+
+- compatible   : "samsung,<soc_name>-jpeg", must be one of:
+                 "samsung,s5pv210-jpeg", "samsung,exynos4212-jpeg";
+- reg          : address and length of the JPEG codec register set;
+- interrupts   : should contain the JPEG codec interrupt; format of the
+                 interrupt specifier depends on the interrupt controller;
+- clocks       : jpeg clock specifier, as covered by common clock bindings.
+- clock-names  : must contain "jpeg" entry.
+
+Example:
+
+jpeg@11840000 {
+       compatible = "samsung,s5pv210-jpeg";
+       reg = <0x11840000 0x3FF>;
+       interrupts = <0 88 0>;
+       clocks = <&clock 262>;
+       clock-names = "jpeg";
+};
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe linux-samsung-soc" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to