@@ -98,7 +98,8 @@ frames in packed raw Bayer format to IPU3 CSI2 receiver.
# and that ov5670 sensor is connected to i2c bus 10 with address 0x36
export SDEV=$(media-ctl -d $MDEV -e "ov5670 10-0036")
- # Establish the link for the media devices using media-ctl [#f3]_
+ # Establish the link for the media devices using media-ctl
+ # (from https://git.linuxtv.org/v4l-utils.git)
media-ctl -d $MDEV -l "ov5670:0 -> ipu3-csi2 0:0[1]"
# Set the format for the media devices
@@ -589,12 +590,8 @@ preserved.
References
==========
-.. [#f5] drivers/staging/media/ipu3/include/uapi/intel-ipu3.h
-
.. [#f1] https://github.com/intel/nvt
.. [#f2] http://git.ideasonboard.org/yavta.git
-.. [#f3] http://git.ideasonboard.org/?p=media-ctl.git;a=summary
-
.. [#f4] ImgU limitation requires an additional 16x16 for all input resolutions
Sphinx reports unreferenced footnotes warning on ipu3 docs: Documentation/admin-guide/media/ipu3.rst:592: WARNING: Footnote [#] is not referenced. [ref.footnote] Documentation/admin-guide/media/ipu3.rst:598: WARNING: Footnote [#] is not referenced. [ref.footnote] Fix above warnings by pruning unreferenced footnote to intel_ipu3.h UAPI header (already referenced in its full path in "Running mode and firmware binary selection") and by directly link to v4l-utils repo in ov5670 configuration example with media-ctl (since the example is in literal code block). Footnote numbers are unchanged. Cc: Rajmohan Mani <rajmohan.mani@intel.com> Fixes: dc794d3d2424 ("media: staging: ipu3-imgu: Move the UAPI header from include under include/uapi") Fixes: 34fc0e1bf892 ("media: doc-rst: Add Intel IPU3 documentation") Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> --- Documentation/admin-guide/media/ipu3.rst | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-)