From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kevin Hilman Subject: Re: [PATCH 2/6] dt-bindings: arm: amlogic: add bindings for G12B based S922X SoC Date: Wed, 07 Aug 2019 20:02:33 -0700 Message-ID: <7h7e7ofjg6.fsf@baylibre.com> References: <20190731124000.22072-1-narmstrong@baylibre.com> <20190731124000.22072-3-narmstrong@baylibre.com> <7hblx3gua3.fsf@baylibre.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: In-Reply-To: Sender: linux-kernel-owner@vger.kernel.org To: Rob Herring Cc: Neil Armstrong , devicetree@vger.kernel.org, linux-amlogic@lists.infradead.org, "moderated list:ARM/FREESCALE IMX / MXC ARM ARCHITECTURE" , "linux-kernel@vger.kernel.org" , Christian Hewitt List-Id: devicetree@vger.kernel.org Rob Herring writes: > On Mon, Aug 5, 2019 at 3:46 PM Kevin Hilman wrote: >> >> Neil Armstrong writes: >> >> > Add a specific compatible for the Amlogic G12B family based S922X SoC >> > to differentiate with the A311D SoC from the same family. >> > >> > Signed-off-by: Neil Armstrong >> > --- >> > Documentation/devicetree/bindings/arm/amlogic.yaml | 1 + >> > 1 file changed, 1 insertion(+) >> > >> > diff --git a/Documentation/devicetree/bindings/arm/amlogic.yaml b/Documentation/devicetree/bindings/arm/amlogic.yaml >> > index 325c6fd3566d..3c3bc806cd23 100644 >> > --- a/Documentation/devicetree/bindings/arm/amlogic.yaml >> > +++ b/Documentation/devicetree/bindings/arm/amlogic.yaml >> > @@ -139,6 +139,7 @@ properties: >> > items: >> > - enum: >> > - hardkernel,odroid-n2 >> > + - const: amlogic,s922x >> > - const: amlogic,g12b >> >> nit: in previous binding docs, we were trying to keep these sorted >> alphabetically. I'll reorder the new "s922x" after "g12b" when >> applying. > > No, this is not documentation ordering. It's the order compatible > strings must be in. Ah, thanks for clarifying, Kevin