diff --git a/Documentation/DocBook/media/v4l/vidioc-cropcap.xml b/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
index 1f5ed64cd75a0e5c2aeb3cc0ea4c7ff670aceeea..50cb940cbe5ca97eb915e2044eb7ab2a7780a4f9 100644
--- a/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-cropcap.xml
@@ -59,6 +59,11 @@ constant except when switching the video standard. Remember this
switch can occur implicit when switching the video input or
output.
+Do not use the multiplanar buffer types. Use V4L2_BUF_TYPE_VIDEO_CAPTURE
+instead of V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE
+and use V4L2_BUF_TYPE_VIDEO_OUTPUT instead of
+V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE.
+
This ioctl must be implemented for video capture or output devices that
support cropping and/or scaling and/or have non-square pixels, and for overlay devices.
@@ -73,9 +78,7 @@ support cropping and/or scaling and/or have non-square pixels, and for overlay d
Type of the data stream, set by the application.
Only these types are valid here:
V4L2_BUF_TYPE_VIDEO_CAPTURE,
-V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE,
-V4L2_BUF_TYPE_VIDEO_OUTPUT,
-V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE and
+V4L2_BUF_TYPE_VIDEO_OUTPUT and
V4L2_BUF_TYPE_VIDEO_OVERLAY. See .
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-crop.xml b/Documentation/DocBook/media/v4l/vidioc-g-crop.xml
index 75c6a93de3c173246aff4763da48cfdc4b3ce81f..e6c4efb9e8b412517b7b71f2566d0ada66550bf2 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-crop.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-crop.xml
@@ -70,6 +70,11 @@ structure or returns the &EINVAL; if cropping is not supported.
VIDIOC_S_CROP ioctl with a pointer to this
structure.
+Do not use the multiplanar buffer types. Use V4L2_BUF_TYPE_VIDEO_CAPTURE
+instead of V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE
+and use V4L2_BUF_TYPE_VIDEO_OUTPUT instead of
+V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE.
+
The driver first adjusts the requested dimensions against
hardware limits, &ie; the bounds given by the capture/output window,
and it rounds to the closest possible values of horizontal and
diff --git a/Documentation/DocBook/media/v4l/vidioc-g-selection.xml b/Documentation/DocBook/media/v4l/vidioc-g-selection.xml
index 9c04ac8661b10eed113e74fb57d7a14b2fb792b1..0bb5c060db27847a7a93e2f22ae51743fe413d11 100644
--- a/Documentation/DocBook/media/v4l/vidioc-g-selection.xml
+++ b/Documentation/DocBook/media/v4l/vidioc-g-selection.xml
@@ -60,8 +60,8 @@
To query the cropping (composing) rectangle set &v4l2-selection;
type field to the respective buffer type.
-Do not use multiplanar buffers. Use V4L2_BUF_TYPE_VIDEO_CAPTURE
-instead of V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE. Use
+Do not use the multiplanar buffer types. Use V4L2_BUF_TYPE_VIDEO_CAPTURE
+instead of V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE and use
V4L2_BUF_TYPE_VIDEO_OUTPUT instead of
V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE. The next step is
setting the value of &v4l2-selection; target field