From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from galahad.ideasonboard.com ([185.26.127.97]:52237 "EHLO galahad.ideasonboard.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1425541AbeCBJ0M (ORCPT ); Fri, 2 Mar 2018 04:26:12 -0500 From: Laurent Pinchart To: Niklas =?ISO-8859-1?Q?S=F6derlund?= Cc: Hans Verkuil , linux-media@vger.kernel.org, linux-renesas-soc@vger.kernel.org, tomoharu.fukawa.eb@renesas.com, Kieran Bingham , Fabrizio Castro Subject: Re: [PATCH v11 01/32] dt-bindings: media: rcar_vin: Reverse SoC part number list Date: Fri, 02 Mar 2018 11:27:01 +0200 Message-ID: <5324169.vSTcND4KOG@avalon> In-Reply-To: <20180302015751.25596-2-niklas.soderlund+renesas@ragnatech.se> References: <20180302015751.25596-1-niklas.soderlund+renesas@ragnatech.se> <20180302015751.25596-2-niklas.soderlund+renesas@ragnatech.se> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="iso-8859-1" Sender: linux-media-owner@vger.kernel.org List-ID: Hi Niklas, Thank you for the patch. On Friday, 2 March 2018 03:57:20 EET Niklas S=F6derlund wrote: > From: Fabrizio Castro >=20 > Change the sorting of the part numbers from descending to ascending to > match with other documentation. >=20 > Signed-off-by: Fabrizio Castro > Reviewed-by: Biju Das > Reviewed-by: Simon Horman > Acked-by: Rob Herring > Reviewed-by: Geert Uytterhoeven > Acked-by: Niklas S=F6derlund Reviewed-by: Laurent Pinchart > --- > Documentation/devicetree/bindings/media/rcar_vin.txt | 14 +++++++------- > 1 file changed, 7 insertions(+), 7 deletions(-) >=20 > diff --git a/Documentation/devicetree/bindings/media/rcar_vin.txt > b/Documentation/devicetree/bindings/media/rcar_vin.txt index > 19357d0bbe6539b3..0ac715a5c331bc26 100644 > --- a/Documentation/devicetree/bindings/media/rcar_vin.txt > +++ b/Documentation/devicetree/bindings/media/rcar_vin.txt > @@ -6,14 +6,14 @@ family of devices. The current blocks are always slaves > and suppot one input channel which can be either RGB, YUYV or BT656. >=20 > - compatible: Must be one or more of the following > - - "renesas,vin-r8a7795" for the R8A7795 device > - - "renesas,vin-r8a7794" for the R8A7794 device > - - "renesas,vin-r8a7793" for the R8A7793 device > - - "renesas,vin-r8a7792" for the R8A7792 device > - - "renesas,vin-r8a7791" for the R8A7791 device > - - "renesas,vin-r8a7790" for the R8A7790 device > - - "renesas,vin-r8a7779" for the R8A7779 device > - "renesas,vin-r8a7778" for the R8A7778 device > + - "renesas,vin-r8a7779" for the R8A7779 device > + - "renesas,vin-r8a7790" for the R8A7790 device > + - "renesas,vin-r8a7791" for the R8A7791 device > + - "renesas,vin-r8a7792" for the R8A7792 device > + - "renesas,vin-r8a7793" for the R8A7793 device > + - "renesas,vin-r8a7794" for the R8A7794 device > + - "renesas,vin-r8a7795" for the R8A7795 device > - "renesas,rcar-gen2-vin" for a generic R-Car Gen2 compatible device. > - "renesas,rcar-gen3-vin" for a generic R-Car Gen3 compatible device. =2D-=20 Regards, Laurent Pinchart