On Thu, 29 Sep 2022 16:54:16 +0200, Marek Vasut wrote: > Convert the text STMIPID02 DT bindings to YAML DT format to permit > validation of DTs using this I2C CSI-2 to CPI bridge. > > Reviewed-by: Benjamin Mugnier <benjamin.mugnier@xxxxxxxxxxx> > Signed-off-by: Marek Vasut <marex@xxxxxxx> > --- > Cc: Alexandre Torgue <alexandre.torgue@xxxxxxxxxxx> > Cc: Benjamin Mugnier <benjamin.mugnier@xxxxxxxxxxx> > Cc: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> > Cc: Mauro Carvalho Chehab <mchehab@xxxxxxxxxx> > Cc: Maxime Coquelin <mcoquelin.stm32@xxxxxxxxx> > Cc: Rob Herring <robh+dt@xxxxxxxxxx> > Cc: Sylvain Petinot <sylvain.petinot@xxxxxxxxxxx> > Cc: devicetree@xxxxxxxxxxxxxxx > Cc: linux-media@xxxxxxxxxxxxxxx > Cc: linux-stm32@xxxxxxxxxxxxxxxxxxxxxxxxxxxx > To: linux-arm-kernel@xxxxxxxxxxxxxxxxxxx > --- > V2: - Update YAML DT schema maintainers, add Benjamin and Sylvain, drop myself > - Update MAINTAINERS file, replace st,st-mipid02.txt to st,st-mipid02.yaml > - Fix bus-width to be 6,7,8,10,12 and drop default: > - Require port@2 and either or both port@0 or port@1 > V3: - Add RB from Benjamin > - Fix lane-polarity property name to lane-polarities > - Fill in newlines > - Replace clock-names: subnodes with plain "const: xclk" > --- > .../bindings/media/i2c/st,st-mipid02.txt | 82 -------- > .../bindings/media/i2c/st,st-mipid02.yaml | 176 ++++++++++++++++++ > MAINTAINERS | 2 +- > 3 files changed, 177 insertions(+), 83 deletions(-) > delete mode 100644 Documentation/devicetree/bindings/media/i2c/st,st-mipid02.txt > create mode 100644 Documentation/devicetree/bindings/media/i2c/st,st-mipid02.yaml > Applied, thanks!