On Tue, 11 May 2021 16:23:20 +0200, Niklas Söderlund wrote: > Add bindings for Renesas R-Car ISP Channel Selector IP. The ISP is > responsible for filtering the MIPI CSI-2 bus and directing the different > CSI-2 virtual channels to different R-Car VIN instances (DMA engines) > for capture. > > Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@xxxxxxxxxxxx> > --- > * Changes since v1 > - Fix order of compatible value. > - Use /schemas/graph.yaml#/properties/port instead of > /schemas/graph.yaml#/$defs/port-base for port@0. > - Drop status in examples. > --- > .../bindings/media/renesas,isp.yaml | 196 ++++++++++++++++++ > MAINTAINERS | 1 + > 2 files changed, 197 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/renesas,isp.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>