On 19/05/2020 10:50, Sakari Ailus wrote: > The media bus codes to be used on serial busses are documented but there > was no reference from CSI-2 documentation. Add that now. > > Signed-off-by: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > --- > Documentation/driver-api/media/csi2.rst | 7 +++++++ > 1 file changed, 7 insertions(+) > > diff --git a/Documentation/driver-api/media/csi2.rst b/Documentation/driver-api/media/csi2.rst > index da8b356389f0..1653a51d2a6e 100644 > --- a/Documentation/driver-api/media/csi2.rst > +++ b/Documentation/driver-api/media/csi2.rst > @@ -10,6 +10,13 @@ the host SoC. It is defined by the `MIPI alliance`_. > > .. _`MIPI alliance`: http://www.mipi.org/ > > +Media bus formats > +----------------- > + > +Always use the media bus pixel code that describes a parallel format that > +transfers a sample on a single clock cycle. See :ref:`v4l2-mbus-format` for more How about: "transfers the pixel data as a single sample in one clock cycle" Possibly with an example: "So use e.g. MEDIA_BUS_FMT_SBGGR10_1X10 instead of MEDIA_BUS_FMT_SBGGR10_2X8_PADHI_BE." Regards, Hans > +information. > + > Transmitter drivers > ------------------- > >