On Wed, 08 Nov 2023 14:27:13 +0100, Mehdi Djait wrote: > The Techwell TW9900 is a video decoder supporting multiple input > standards such as PAL and NTSC and has a parallel BT.656 output > interface. > > It's designed to be low-power, posesses some features such as a > programmable comb-filter, and automatic input standard detection > > Signed-off-by: Mehdi Djait <mehdi.djait@xxxxxxxxxxx> > --- > V7->V8: > - fixed the number of analog input ports: it is just one. > - added endpoints of the analog input port > - added vdd-supply to the required in the dt-binding documentation > > V6->V7: > - added powerdown-gpios and input ports > - used 4 spaces for example identation > > V5->V6: > - This commit had a "Reviewed-by: Rob Herring <robh@xxxxxxxxxx>" Tag but > decided not to collect it because the last Iteration was more than 2 > years ago > - removed SECAM from the mentioned standards > - changed maintainer > > V4->V5: > - renamed the file to match the compatible string, and referenced > the graph.yaml schema > > V3->V4: > - add the missing reset-gpios node to the binding > > V2->V3: > - fix the example not compiling due to a typo in the reset-gpios > node. > > .../bindings/media/i2c/techwell,tw9900.yaml | 137 ++++++++++++++++++ > 1 file changed, 137 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/techwell,tw9900.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>