Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

media: vimc: Update device configuration in the documentation

Current configuration in the document is outdated and doesn't work. Update
it to match the configuration described in the following commit:

commit 9b4a9b31b9ae ("media: vimc: Enable set resolution at the scaler src pad")

Fixed commit description:
Shuah Khan <skhan@linuxfoundation.org>

Signed-off-by: Dafna Hirschfeld <dafna@fastmail.com>
Signed-off-by: Shuah Khan <skhan@linuxfoundation.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@kernel.org>

authored by

Dafna Hirschfeld and committed by
Mauro Carvalho Chehab
e0eee57e 46cc0317

+4 -4
+4 -4
Documentation/admin-guide/media/vimc.rst
··· 35 35 36 36 media-ctl -d platform:vimc -V '"Sensor A":0[fmt:SBGGR8_1X8/640x480]' 37 37 media-ctl -d platform:vimc -V '"Debayer A":0[fmt:SBGGR8_1X8/640x480]' 38 - media-ctl -d platform:vimc -V '"Sensor B":0[fmt:SBGGR8_1X8/640x480]' 39 - media-ctl -d platform:vimc -V '"Debayer B":0[fmt:SBGGR8_1X8/640x480]' 40 - v4l2-ctl -z platform:vimc -d "RGB/YUV Capture" -v width=1920,height=1440 38 + media-ctl -d platform:vimc -V '"Scaler":0[fmt:RGB888_1X24/640x480]' 39 + media-ctl -d platform:vimc -V '"Scaler":0[crop:(100,50)/400x150]' 40 + media-ctl -d platform:vimc -V '"Scaler":1[fmt:RGB888_1X24/300x700]' 41 + v4l2-ctl -z platform:vimc -d "RGB/YUV Capture" -v width=300,height=700 41 42 v4l2-ctl -z platform:vimc -d "Raw Capture 0" -v pixelformat=BA81 42 - v4l2-ctl -z platform:vimc -d "Raw Capture 1" -v pixelformat=BA81 43 43 44 44 Subdevices 45 45 ----------