Hi Sakari, Thank you for the patch. On Tue, May 19, 2020 at 02:21:36PM +0300, Sakari Ailus wrote: > The media bus formats 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> Reviewed-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > since v2: > > - Refer to mbus formats. > > - Remove other elaboration on formats. > > - Fix subject (format vs. code) > > Documentation/driver-api/media/csi2.rst | 6 ++++++ > 1 file changed, 6 insertions(+) > > diff --git a/Documentation/driver-api/media/csi2.rst b/Documentation/driver-api/media/csi2.rst > index da8b356389f0..310849d53d05 100644 > --- a/Documentation/driver-api/media/csi2.rst > +++ b/Documentation/driver-api/media/csi2.rst > @@ -10,6 +10,12 @@ the host SoC. It is defined by the `MIPI alliance`_. > > .. _`MIPI alliance`: http://www.mipi.org/ > > +Media bus formats > +----------------- > + > +See :ref:`v4l2-mbus-pixelcode` for details on which media bus formats should > +be used for CSI-2 interfaces. > + > Transmitter drivers > ------------------- > -- Regards, Laurent Pinchart