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 29146D0 for ; Wed, 13 Dec 2023 16:58:22 -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 AAF2EC15; Wed, 13 Dec 2023 16:59:07 -0800 (PST) Received: from minigeek.lan (unknown [172.31.20.19]) by usa-sjc-imap-foss1.foss.arm.com (Postfix) with ESMTPSA id 685E73F762; Wed, 13 Dec 2023 16:58:20 -0800 (PST) Date: Thu, 14 Dec 2023 00:58:10 +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 1/3] dt-bindings: vendor-prefixes: add Transpeed Message-ID: <20231214005810.7b0318c6@minigeek.lan> In-Reply-To: References: <20231212010859.11571-1-andre.przywara@arm.com> <20231212010859.11571-2-andre.przywara@arm.com> 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:25 +0100 Krzysztof Kozlowski wrote: > On 12/12/2023 02:08, Andre Przywara wrote: > > This is a name used by some Chinese TV boxes, add it to the bindings. > > > > Signed-off-by: Andre Przywara > > --- > > Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > index 309b94c328c84..d9dd3f929cdcf 100644 > > --- a/Documentation/devicetree/bindings/vendor-prefixes.yaml > > +++ b/Documentation/devicetree/bindings/vendor-prefixes.yaml > > @@ -1438,6 +1438,8 @@ patternProperties: > > description: Traverse Technologies Australia Pty Ltd > > "^tronfy,.*": > > description: Tronfy > > + "^transpeed,.*": > > + description: Transpeed > > Please keep alphabetical order. Argh, sorry, managed indeed to mess up this super simple patch! Will fix it, thanks for having a look and spotting this! Cheers, Andre > Best regards, > Krzysztof > >