On Tue, 12 Dec 2023 10:01:56 +0100 Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx> 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 <andre.przywara@xxxxxxx> > > --- > > 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 <krzysztof.kozlowski@xxxxxxxxxx> Thanks! Andre > > Best regards, > Krzysztof > >