Skip to content

Commit 2ac0bd2

Browse files
okiasmchehab
authored andcommitted
media: Documentation: PHY information can be obtained from OF endpoint too
bus-type endpoint property contains the information. Signed-off-by: David Heidelberg <david@ixit.cz> Signed-off-by: Sakari Ailus <sakari.ailus@linux.intel.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
1 parent d9599ed commit 2ac0bd2

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Documentation/driver-api/media/tx-rx.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,14 +79,15 @@ where
7979
* - link_freq
8080
- The value of the ``V4L2_CID_LINK_FREQ`` integer64 menu item.
8181
* - nr_of_lanes
82-
- Number of data lanes used on the CSI-2 link. This can
83-
be obtained from the OF endpoint configuration.
82+
- Number of data lanes used on the CSI-2 link.
8483
* - 2
8584
- Data is transferred on both rising and falling edge of the signal.
8685
* - bits_per_sample
8786
- Number of bits per sample.
8887
* - k
89-
- 16 for D-PHY and 7 for C-PHY
88+
- 16 for D-PHY and 7 for C-PHY.
89+
90+
Information on whether D-PHY or C-PHY is used, and the value of ``nr_of_lanes``, can be obtained from the OF endpoint configuration.
9091

9192
.. note::
9293

0 commit comments

Comments
 (0)