On Wed, Dec 08, 2021 at 04:50:27PM -0600, Adam Ford wrote: > The i.MX8M mini appears to have a similar G1 and G2 decoder but the > post-procesing isn't present. Add compatible flags to support > G1 and G2 without post-processing. > > Signed-off-by: Adam Ford <aford173@xxxxxxxxx> > --- > Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > index eeb7bd6281f9..fb6c2ab1b2dc 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > @@ -20,6 +20,8 @@ properties: > deprecated: true > - const: nxp,imx8mq-vpu-g1 > - const: nxp,imx8mq-vpu-g2 > + - const: nxp, imx8mm-vpu-g1 > + - const: nxp, imx8mm-vpu-g2 space ^ > > reg: > minItems: 1 > -- > 2.32.0 > >