On Thu, 26 Jan 2023 19:06:01 +0200, Laurent Pinchart wrote: > The Image Sensing Interface (ISI) combines image processing pipelines > with DMA engines to process and capture frames originating from a > variety of sources. The inputs to the ISI go through Pixel Link > interfaces, and their number and nature is SoC-dependent. They cover > both capture interfaces (MIPI CSI-2 RX, HDMI RX) and memory inputs. > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > Changes since v3: > > - Drop patternProperties for ports node > - Add i.MX8MN example > > Changes since v2: > > - Describe the interrupts property > - Set global minItems and maxItems for interrupts > - Set maxItems for power-domains > > Changes since v1: > > - Fix compatible string checks in conditional schema > - Fix interrupts property handling > > dt-bindings: media: imx8-isi: Add i.MX8MN example > > Signed-off-by: Laurent Pinchart <laurent.pinchart@xxxxxxxxxxxxxxxx> > --- > .../bindings/media/nxp,imx8-isi.yaml | 173 ++++++++++++++++++ > 1 file changed, 173 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/nxp,imx8-isi.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>