From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lb1-smtp-cloud7.xs4all.net ([194.109.24.24]:57965 "EHLO lb1-smtp-cloud7.xs4all.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1726416AbfCAOfG (ORCPT ); Fri, 1 Mar 2019 09:35:06 -0500 Subject: Re: [PATCH RESEND v2 1/2] media: dt-bindings: media: rcar-csi2: Add r8a774a1 support References: <1551450253-63390-1-git-send-email-biju.das@bp.renesas.com> From: Hans Verkuil Message-ID: <615b0c46-5939-bdce-e975-8572d42bdbe8@xs4all.nl> Date: Fri, 1 Mar 2019 15:35:02 +0100 MIME-Version: 1.0 In-Reply-To: <1551450253-63390-1-git-send-email-biju.das@bp.renesas.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit Sender: devicetree-owner@vger.kernel.org To: Biju Das , Mauro Carvalho Chehab , Rob Herring , Mark Rutland Cc: =?UTF-8?Q?Niklas_S=c3=b6derlund?= , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, devicetree@vger.kernel.org, Simon Horman , Geert Uytterhoeven , Chris Paterson , Fabrizio Castro List-ID: On 3/1/19 3:24 PM, Biju Das wrote: > Document RZ/G2M (R8A774A1) SoC bindings. Please resend the whole series, not just the dt-bindings patches. Also note that the original v1 series said that there were 5 patches in the series, but only the first 4 were received on linux-media. So I have no idea what the 5th patch was (dts change perhaps?). Having a newly posted patch series avoids confusion. Regards, Hans > > The RZ/G2M SoC is similar to R-Car M3-W (R8A7796). > > Signed-off-by: Biju Das > Reviewed-by: Fabrizio Castro > Acked-by: Niklas Söderlund > Reviewed-by: Simon Horman > Reviewed-by: Rob Herring > --- > V1->V2 > * No change > --- > Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt > index d63275e..9932458 100644 > --- a/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt > +++ b/Documentation/devicetree/bindings/media/renesas,rcar-csi2.txt > @@ -8,6 +8,7 @@ R-Car VIN module, which provides the video capture capabilities. > Mandatory properties > -------------------- > - compatible: Must be one or more of the following > + - "renesas,r8a774a1-csi2" for the R8A774A1 device. > - "renesas,r8a774c0-csi2" for the R8A774C0 device. > - "renesas,r8a7795-csi2" for the R8A7795 device. > - "renesas,r8a7796-csi2" for the R8A7796 device. >