From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from foss.arm.com (foss.arm.com [217.140.110.172]) by lindbergh.monkeyblade.net (Postfix) with ESMTP id E18E6D0 for ; Wed, 13 Dec 2023 16:56:57 -0800 (PST) Received: from usa-sjc-imap-foss1.foss.arm.com (unknown [10.121.207.14]) by usa-sjc-mx-foss1.foss.arm.com (Postfix) with ESMTP id 2B5ACC15; Wed, 13 Dec 2023 16:57:43 -0800 (PST) Received: from minigeek.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id D6FF13F762; Wed, 13 Dec 2023 16:56:55 -0800 (PST) Date: Thu, 14 Dec 2023 00:56:46 +0000 From: Andre Przywara To: Krzysztof Kozlowski Cc: Rob Herring , Krzysztof Kozlowski , Conor Dooley , Chen-Yu Tsai , Jernej Skrabec , Samuel Holland , Icenowy Zheng , devicetree@vger.kernel.org, linux-arm-kernel@lists.infradead.org, linux-sunxi@lists.linux.dev Subject: Re: [PATCH 2/3] dt-bindings: arm: sunxi: document Transpeed 8K618-T board name Message-ID: <20231214005646.15c2b69e@minigeek.lan> In-Reply-To: <7d352882-5f6f-4c8b-a8c5-76ea31c2ae31@linaro.org> References: <20231212010859.11571-1-andre.przywara@arm.com> <20231212010859.11571-3-andre.przywara@arm.com> <7d352882-5f6f-4c8b-a8c5-76ea31c2ae31@linaro.org> Organization: Arm Ltd. X-Mailer: Claws Mail 4.2.0 (GTK 3.24.31; x86_64-slackware-linux-gnu) Precedence: bulk X-Mailing-List: devicetree@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 12 Dec 2023 10:01:56 +0100 Krzysztof Kozlowski wrote: Hi, > On 12/12/2023 02:08, Andre Przywara wrote: > > The Transpeed 8K618-T TV box is a Chinese Android TV box, using the > > Allwinner H618 SoC. > > > > Add the board/SoC compatible string pair to the list of known boards. > > > > Signed-off-by: Andre Przywara > > --- > > Documentation/devicetree/bindings/arm/sunxi.yaml | 5 +++++ > > 1 file changed, 5 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/arm/sunxi.yaml b/Documentation/devicetree/bindings/arm/sunxi.yaml > > index 11c5ce941dd7e..5e91110cc9eb8 100644 > > --- a/Documentation/devicetree/bindings/arm/sunxi.yaml > > +++ b/Documentation/devicetree/bindings/arm/sunxi.yaml > > @@ -868,6 +868,11 @@ properties: > > - const: topwise,a721 > > - const: allwinner,sun4i-a10 > > > > + - description: Transpeed 8K618-T > > + items: > > + - const: transpeed,8k618-t > > + - const: allwinner,sun50i-h618 > > Assuming you kept the existing order (its style) of a file: Ah, a good point. The file seems to be sort alphabetically after the "description" name, though there are some outliers. Will send a patch to fix them. But at least this entry is correctly sorted. > Acked-by: Krzysztof Kozlowski Thanks! Andre > > Best regards, > Krzysztof > >