diff options
author | Sakari Ailus <sakari.ailus@iki.fi> | 2014-11-08 12:38:10 +0100 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@osg.samsung.com> | 2014-12-23 14:33:49 +0100 |
commit | 0f8e2537852f39414e00093934cea154917d2ccf (patch) | |
tree | 0b5eb9609419a4cfdf870c8d2e2a0d57589c3896 | |
parent | [media] smiapp: The sensor only needs a single clock, name may be NULL (diff) | |
download | linux-0f8e2537852f39414e00093934cea154917d2ccf.tar.xz linux-0f8e2537852f39414e00093934cea154917d2ccf.zip |
[media] of: v4l: Document link-frequencies property in video-interfaces.txt
link-frequencies is a 64-bit unsigned integer array of allowed link
frequencies.
Signed-off-by: Sakari Ailus <sakari.ailus@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@osg.samsung.com>
-rw-r--r-- | Documentation/devicetree/bindings/media/video-interfaces.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/media/video-interfaces.txt b/Documentation/devicetree/bindings/media/video-interfaces.txt index ce719f89dd1c..52a14cf099ac 100644 --- a/Documentation/devicetree/bindings/media/video-interfaces.txt +++ b/Documentation/devicetree/bindings/media/video-interfaces.txt @@ -103,6 +103,9 @@ Optional endpoint properties array contains only one entry. - clock-noncontinuous: a boolean property to allow MIPI CSI-2 non-continuous clock mode. +- link-frequencies: Allowed data bus frequencies. For MIPI CSI-2, for + instance, this is the actual frequency of the bus, not bits per clock per + lane value. An array of 64-bit unsigned integers. Example |