On Thu, 17 Jun 2021 11:25:37 +0200, Michael Tretter wrote: > From: Marek Vasut <marex@xxxxxxx> > > Add bindings for the Intersil ISL79987 analog to MIPI CSI-2 decoder. > > Signed-off-by: Marek Vasut <marex@xxxxxxx> > Cc: Sakari Ailus <sakari.ailus@xxxxxxxxxxxxxxx> > Cc: Mauro Carvalho Chehab <mchehab+samsung@xxxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > To: linux-media@xxxxxxxxxxxxxxx > Signed-off-by: Michael Tretter <m.tretter@xxxxxxxxxxxxxx> > --- > Changelog: > > v3: > > - rename pd-gpios property to powerdown-gpios > - reference graph.yaml for ports/port properties > - remove reference to video-interfaces.txt > - remove unnecessary description of ports property > > v2: > > - convert binding to yaml > - change description to match only isl79987 > - replace num-inputs property with multiple ports > - add reset gpio > --- > .../bindings/media/i2c/isil,isl79987.yaml | 100 ++++++++++++++++++ > 1 file changed, 100 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/isil,isl79987.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>