From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: Re: [PATCH 1/2] media: dt-bindings: coda: Add compatible for CodaHx4 on i.MX51 Date: Wed, 13 Dec 2017 15:52:15 +0100 Message-ID: <1513176735.9445.1.camel@pengutronix.de> References: <20171213140918.22500-1-p.zabel@pengutronix.de> <20171213142152.7vcludcs7ohjeaqb@sapphire.tkos.co.il> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20171213142152.7vcludcs7ohjeaqb@sapphire.tkos.co.il> Sender: linux-media-owner@vger.kernel.org To: Baruch Siach Cc: linux-media@vger.kernel.org, Mauro Carvalho Chehab , Rob Herring , Mark Rutland , Fabio Estevam , Chris Healy , devicetree@vger.kernel.org, kernel@pengutronix.de List-Id: devicetree@vger.kernel.org Hi Baruch, On Wed, 2017-12-13 at 16:21 +0200, Baruch Siach wrote: > Hi Philipp, > > On Wed, Dec 13, 2017 at 03:09:17PM +0100, Philipp Zabel wrote: > > Add a compatible for the CodaHx4 VPU used on i.MX51. > > > > Signed-off-by: Philipp Zabel > > --- > > Documentation/devicetree/bindings/media/coda.txt | 1 + > > 1 file changed, 1 insertion(+) > > > > diff --git a/Documentation/devicetree/bindings/media/coda.txt b/Documentation/devicetree/bindings/media/coda.txt > > index 2865d04e40305..660f5ecf2a23b 100644 > > --- a/Documentation/devicetree/bindings/media/coda.txt > > +++ b/Documentation/devicetree/bindings/media/coda.txt > > @@ -7,6 +7,7 @@ called VPU (Video Processing Unit). > > Required properties: > > - compatible : should be "fsl,-src" for i.MX SoCs: > > (a) "fsl,imx27-vpu" for CodaDx6 present in i.MX27 > > + (a) "fsl,imx51-vpu" for CodaHx4 present in i.MX51 > > Renumbering the strings might be useful. yes, thank you. I should probably add the generic "cnm,coda" compatibles as well. I'll send a fixed version. regards Philipp