From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752505AbdARKFh (ORCPT ); Wed, 18 Jan 2017 05:05:37 -0500 Received: from mail-lf0-f41.google.com ([209.85.215.41]:36121 "EHLO mail-lf0-f41.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752326AbdARJn0 (ORCPT ); Wed, 18 Jan 2017 04:43:26 -0500 Subject: Re: [PATCH 2/3] Documentation: devicetree: amlogic: Add R-Box Pro To: =?UTF-8?Q?Andreas_F=c3=a4rber?= , linux-amlogic@lists.infradead.org References: <20170117030611.23827-2-afaerber@suse.de> <20170117225459.4438-1-afaerber@suse.de> <20170117225459.4438-2-afaerber@suse.de> Cc: Mark Rutland , devicetree@vger.kernel.org, Kevin Hilman , linux-kernel@vger.kernel.org, Rob Herring , Carlo Caione , ada@kingnoval.com, linux-arm-kernel@lists.infradead.org From: Neil Armstrong Organization: Baylibre Message-ID: <819ac0c0-92b7-bac7-dcfc-a56c34a6bf62@baylibre.com> Date: Wed, 18 Jan 2017 10:35:34 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:45.0) Gecko/20100101 Thunderbird/45.3.0 MIME-Version: 1.0 In-Reply-To: <20170117225459.4438-2-afaerber@suse.de> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On 01/17/2017 11:54 PM, Andreas Färber wrote: > Cc: ada@kingnoval.com > Signed-off-by: Andreas Färber > --- > Originally I thought we would group by SoC (6, 8, 8b, gxbb, gxl, gmx, etc.) > but this got out of order with nexbox,a95x - so inserting kingnovel between > amlogic and nexbox here. If that's what we want going forward, we should move > the old entries to make the scheme clearer. The alternative would be to > reorder alphabetically within each SoC group, but nexbox,a95x with two SoCs > makes it difficult to categorize, we could choose gxbb as the earlier one. Andreas, Feel free to provide a fixup. Neil > > Documentation/devicetree/bindings/arm/amlogic.txt | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Documentation/devicetree/bindings/arm/amlogic.txt b/Documentation/devicetree/bindings/arm/amlogic.txt > index 9b2b41ab6817..fb0ee7d9a921 100644 > --- a/Documentation/devicetree/bindings/arm/amlogic.txt > +++ b/Documentation/devicetree/bindings/arm/amlogic.txt > @@ -45,5 +45,6 @@ Board compatible values: > - "amlogic,p231" (Meson gxl s905d) > - "amlogic,q200" (Meson gxm s912) > - "amlogic,q201" (Meson gxm s912) > + - "kingnovel,r-box-pro" (Meson gxm S912) > - "nexbox,a95x" (Meson gxbb or Meson gxl s905x) > - "nexbox,a1" (Meson gxm s912) >