On Thu, 01 Apr 2021 09:08:01 +0200, Maxime Chevallier wrote: > The Techwell TW9900 is a video decoder supporting multiple input > standards, such as PAL, NTSC and SECAM, and outputs a BT.656 video > signal. > > It's designed to be low-power, posesses some features such as a > programmable comb-filter, and automatic input standard detection. > > Signed-off-by: Maxime Chevallier <maxime.chevallier@xxxxxxxxxxx> > --- > V2->V3 : Fix the example not compiling due to a typo in the reset-gpios > node. > > V3->V4 : Add the missing reset-gpios node to the binding > > V4->V5 : Renamed the file to match the compatible string, and referenced > the graph.yaml schema > > .../bindings/media/i2c/techwell,tw9900.yaml | 63 +++++++++++++++++++ > 1 file changed, 63 insertions(+) > create mode 100644 Documentation/devicetree/bindings/media/i2c/techwell,tw9900.yaml > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>