diff options
Diffstat (limited to 'Documentation/devicetree/bindings/video/samsung-fimd.txt')
-rw-r--r-- | Documentation/devicetree/bindings/video/samsung-fimd.txt | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/video/samsung-fimd.txt b/Documentation/devicetree/bindings/video/samsung-fimd.txt index 778838a0336a..2dad41b689af 100644 --- a/Documentation/devicetree/bindings/video/samsung-fimd.txt +++ b/Documentation/devicetree/bindings/video/samsung-fimd.txt | |||
@@ -39,6 +39,23 @@ Required properties: | |||
39 | 39 | ||
40 | Optional Properties: | 40 | 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 | ||
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 | |||
48 | The device node can contain 'port' child nodes according to the bindings defined | ||
49 | in [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 | ||
42 | 59 | ||
43 | Example: | 60 | Example: |
44 | 61 | ||