Message ID | 20250510075357.11761-2-yunfei.dong@mediatek.com |
---|---|
State | New |
Headers | show |
Series | media: mediatek: vcodec: support video decoder in mt8196 | expand |
On Sat, May 10, 2025 at 03:53:31PM +0800, Yunfei Dong wrote: > Add compatible for video decoder on MT8196 platform, which is a > lat + single core architecture. Please mention what makes this different from the existing devices since a fallback compatible is not permitted. > > Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com> > --- > .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > index bf8082d87ac0..74e1d88d3056 100644 > --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml > @@ -76,6 +76,7 @@ properties: > - mediatek,mt8186-vcodec-dec > - mediatek,mt8188-vcodec-dec > - mediatek,mt8195-vcodec-dec > + - mediatek,mt8196-vcodec-dec > > reg: > minItems: 1 > -- > 2.46.0 > >
diff --git a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml index bf8082d87ac0..74e1d88d3056 100644 --- a/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml +++ b/Documentation/devicetree/bindings/media/mediatek,vcodec-subdev-decoder.yaml @@ -76,6 +76,7 @@ properties: - mediatek,mt8186-vcodec-dec - mediatek,mt8188-vcodec-dec - mediatek,mt8195-vcodec-dec + - mediatek,mt8196-vcodec-dec reg: minItems: 1
Add compatible for video decoder on MT8196 platform, which is a lat + single core architecture. Signed-off-by: Yunfei Dong <yunfei.dong@mediatek.com> --- .../bindings/media/mediatek,vcodec-subdev-decoder.yaml | 1 + 1 file changed, 1 insertion(+)