From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-oi1-f182.google.com (mail-oi1-f182.google.com [209.85.167.182]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id CCE2B173 for ; Mon, 24 Jan 2022 17:55:54 +0000 (UTC) Received: by mail-oi1-f182.google.com with SMTP id s9so26647949oib.11 for ; Mon, 24 Jan 2022 09:55:54 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=vanguardiasur-com-ar.20210112.gappssmtp.com; s=20210112; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to; bh=FWCHKt6LH2PuqhaeoYItOZ0j1RZ5OdeLpVkxG1yf75I=; b=Ef9XDb0X+K1ZuhMBCKtx/q0m/QNP5oDUJP++hwHq/X5Eezk/gUs9g1zAojM8AuFIO/ 4f/+KB78ucag9mNlDEA7jgNrCLdI3L5m8dWt6Ia9Fttubo+YsuJs6vduKNMYaabmJvTi 6SJx8Wv7OMW0lpG4KVlz3MP2PgjXCDXaoU/qX5PFWG97VUIAOu3zi9wmmtAaVR7FMqz/ HvbJdjEKHRWi3w6+ZytghoxkkwbhPqDNkl1PFypxi/voryuWFaMOTDvCXjUuqgBA/fwl gAAsdYMISR8pzmKCeeMMnH4N1Z94Rty7l8xBphkfEKiPm1LhwJRdvhI6r62HXcGp6gda P08Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:date:from:to:cc:subject:message-id:references :mime-version:content-disposition:in-reply-to; bh=FWCHKt6LH2PuqhaeoYItOZ0j1RZ5OdeLpVkxG1yf75I=; b=hqewbdmGLTGM2YYloZ2uaE+4CGBl7tBdX8pZkDpsOR1V+HkSFF8OskDMKXCMBW1bG5 jw1Mq3n5g/07eCC3GynAencCvi7tvtqwhdeOtFDDSla/0GaNxgsIt1/LL0s8oWjoWL/h mcUhRJ7oMMC4NIf0Xv54Lynyu7zM7HtvFfOfjCqlY4Vx3wAGLMl7hzlpbnSNXVWy5IW3 xF1V8kmMpO3Y+JsRB1xQQDi5LLSFxhGc9O8MpLiE9k4eRbRQ7KPBvnk7MQGGtefV82X/ TS0EDSJqx9+RICK3yYO41D7kG7c9SMEekdJWLkRHXNmKmTE4Hjidl6jIrT1+CwnRne6q /HFw== X-Gm-Message-State: AOAM530RrT+6bKqQbF2lVMlfXmjeqTObxFpH+UviM5z248ezwKKdNFzj 850Msia7EbS21do+BVbK5uy2yg== X-Google-Smtp-Source: ABdhPJxaH5zt2htRLWDUBfLKV4jl17TqMENFZAIzf4Z8BuBuhmCwi9PCpivhDP9iN+yt4610L2sAWQ== X-Received: by 2002:a05:6808:142:: with SMTP id h2mr2483184oie.30.1643046954063; Mon, 24 Jan 2022 09:55:54 -0800 (PST) Received: from eze-laptop ([190.194.87.200]) by smtp.gmail.com with ESMTPSA id bh10sm5892724oib.24.2022.01.24.09.55.49 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 24 Jan 2022 09:55:52 -0800 (PST) Date: Mon, 24 Jan 2022 14:55:46 -0300 From: Ezequiel Garcia To: Adam Ford Cc: linux-media@vger.kernel.org, linux-arm-kernel@lists.infradead.org, shawnguo@kernel.org, aford@beaconembedded.com, Philipp Zabel , Mauro Carvalho Chehab , Rob Herring , Sascha Hauer , Pengutronix Kernel Team , Fabio Estevam , NXP Linux Team , Greg Kroah-Hartman , Lucas Stach , linux-rockchip@lists.infradead.org, devicetree@vger.kernel.org, linux-kernel@vger.kernel.org, linux-staging@lists.linux.dev Subject: Re: [PATCH V3 08/10] dt-bindings: media: nxp, imx8mq-vpu: Add support for G1 on imx8mm Message-ID: References: <20220124023125.414794-1-aford173@gmail.com> <20220124023125.414794-9-aford173@gmail.com> Precedence: bulk X-Mailing-List: linux-staging@lists.linux.dev List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20220124023125.414794-9-aford173@gmail.com> On Sun, Jan 23, 2022 at 08:31:22PM -0600, Adam Ford wrote: > The i.MX8M mini appears to have a similar G1 decoder but the > post-processing isn't present, so different compatible flag is required. > Since all the other parameters are the same with imx8mq, just add > the new compatible flag to nxp,imx8mq-vpu.yaml. > > Signed-off-by: Adam Ford > Reviewed-by: Ezequiel Garcia > diff --git a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > index 9c28d562112b..7dc13a4b1805 100644 > --- a/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > +++ b/Documentation/devicetree/bindings/media/nxp,imx8mq-vpu.yaml > @@ -5,7 +5,7 @@ > $id: "http://devicetree.org/schemas/media/nxp,imx8mq-vpu.yaml#" > $schema: "http://devicetree.org/meta-schemas/core.yaml#" > > -title: Hantro G1/G2 VPU codecs implemented on i.MX8MQ SoCs > +title: Hantro G1/G2 VPU codecs implemented on i.MX8M SoCs > > maintainers: > - Philipp Zabel > @@ -20,6 +20,7 @@ properties: > deprecated: true > - const: nxp,imx8mq-vpu-g1 > - const: nxp,imx8mq-vpu-g2 > + - const: nxp,imx8mm-vpu-g1 > > reg: > maxItems: 1 > -- > 2.32.0 >