diff options
author | Andrzej Hajda <a.hajda@samsung.com> | 2014-07-03 10:26:41 +0900 |
---|---|---|
committer | Inki Dae <inki.dae@samsung.com> | 2014-07-04 14:04:20 +0900 |
commit | d8c0dfe9e230eb9727ea3a003a9ff73f7519af34 (patch) | |
tree | d7449808504e2d25f66b9ef70b48e8a5e3528e6b | |
parent | 34dba7495d9faae9f9c0a86ab96725526f493d94 (diff) | |
download | linux-3.10-d8c0dfe9e230eb9727ea3a003a9ff73f7519af34.tar.gz linux-3.10-d8c0dfe9e230eb9727ea3a003a9ff73f7519af34.tar.bz2 linux-3.10-d8c0dfe9e230eb9727ea3a003a9ff73f7519af34.zip |
exynos/fimd: add parallel output related bindings
The patch adds bindings required to add support
for parallel output.
Change-Id: I36199e9fce05bb1cfbd2f1447ff9d8c0ccbca0e1
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>
-rw-r--r-- | Documentation/devicetree/bindings/video/samsung-fimd.txt | 15 |
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 778838a0336..b48635736d8 100644 --- a/Documentation/devicetree/bindings/video/samsung-fimd.txt +++ b/Documentation/devicetree/bindings/video/samsung-fimd.txt @@ -39,6 +39,21 @@ Required properties: Optional Properties: - samsung,power-domain: a phandle to FIMD power domain node. +- display-timings: timing settings for FIMD, as described in document [1]. + Can be used in case timings cannot be provided otherwise + or to override timings provided by the panel. + +The device node can contain 'port' child nodes according to the bindings defined +in [2]. The following are properties specific to those nodes: +- reg: (required) port index, can be: + 0 - for CAMIF0 input, + 1 - for CAMIF1 input, + 2 - for CAMIF2 input, + 3 - for parallel output, + 4 - for write-back interface + +[1]: Documentation/devicetree/bindings/video/display-timing.txt +[2]: Documentation/devicetree/bindings/media/video-interfaces.txt Example: |