aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/video/samsung-fimd.txt
diff options
context:
space:
mode:
authorAndrzej Hajda <a.hajda@samsung.com>2014-03-17 06:27:20 -0400
committerInki Dae <daeinki@gmail.com>2014-03-23 11:36:40 -0400
commit0e017a5b7ef1bb9efc2eb0f0bab2cb738cb3bab8 (patch)
treeb7b2b59749a639ba6efd3c54be8545c25b989db9 /Documentation/devicetree/bindings/video/samsung-fimd.txt
parent8b4cad23531da4e6a41838a9895e054d755c3255 (diff)
exynos/fimd: add parallel output related bindings
The patch adds bindings required to add support for parallel output. Signed-off-by: Andrzej Hajda <a.hajda@samsung.com> Reviewed-by: Tomasz Figa <t.figa@samsung.com> Signed-off-by: Inki Dae <inki.dae@samsung.com>
Diffstat (limited to 'Documentation/devicetree/bindings/video/samsung-fimd.txt')
-rw-r--r--Documentation/devicetree/bindings/video/samsung-fimd.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/samsung-fimd.txt b/Documentation/devicetree/bindings/video/samsung-fimd.txt
index 36b7895f913d..2dad41b689af 100644
--- a/Documentation/devicetree/bindings/video/samsung-fimd.txt
+++ b/Documentation/devicetree/bindings/video/samsung-fimd.txt
@@ -41,6 +41,21 @@ Optional Properties:
41- samsung,power-domain: a phandle to FIMD power domain node. 41- samsung,power-domain: a phandle to FIMD power domain node.
42- samsung,invert-vden: video enable signal is inverted 42- samsung,invert-vden: video enable signal is inverted
43- samsung,invert-vclk: video clock signal is inverted 43- samsung,invert-vclk: video clock signal is inverted
44- display-timings: timing settings for FIMD, as described in document [1].
45 Can be used in case timings cannot be provided otherwise
46 or to override timings provided by the panel.
47
48The device node can contain 'port' child nodes according to the bindings defined
49in [2]. The following are properties specific to those nodes:
50- reg: (required) port index, can be:
51 0 - for CAMIF0 input,
52 1 - for CAMIF1 input,
53 2 - for CAMIF2 input,
54 3 - for parallel output,
55 4 - for write-back interface
56
57[1]: Documentation/devicetree/bindings/video/display-timing.txt
58[2]: Documentation/devicetree/bindings/media/video-interfaces.txt
44 59
45Example: 60Example:
46 61