On Wed, 11 Aug 2021 10:57:51 +0800, Yunfei Dong wrote: > Decoder will use component framework to manage hardware, it is big > difference with encoder. > > Signed-off-by: Yunfei Dong <yunfei.dong@xxxxxxxxxxxx> > --- > v5: no changes > --- > .../media/mediatek,vcodec-decoder.yaml | 175 +++++++++++++++++ > .../media/mediatek,vcodec-encoder.yaml | 185 ++++++++++++++++++ > .../bindings/media/mediatek-vcodec.txt | 130 ------------ > 3 files changed, 360 insertions(+), 130 deletions(-) > create mode 100644 Documentation/devicetree/bindings/media/mediatek,vcodec-decoder.yaml > create mode 100644 Documentation/devicetree/bindings/media/mediatek,vcodec-encoder.yaml > delete mode 100644 Documentation/devicetree/bindings/media/mediatek-vcodec.txt > Reviewed-by: Rob Herring <robh@xxxxxxxxxx>