Re: [PATCH] dt-bindings: vendor-prefixes: sort entries alphabetically

From: Rob Herring
Date: Wed Dec 14 2022 - 17:19:05 EST



On Fri, 02 Dec 2022 12:05:36 +0100, Krzysztof Kozlowski wrote:
> Sort entries alphabetically. This was a semi manual job with help of:
>
> cat Documentation/devicetree/bindings/vendor-prefixes.yaml | grep '":' > old
> cat old | sort > new
> diff -ubB old new
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> ---
>
> Patch rebased on next-20221201 therefore might not apply cleanly to
> Rob's tree. Probably should be taken after the 6.2-rc1.
> ---
> .../devicetree/bindings/vendor-prefixes.yaml | 64 +++++++++----------
> 1 file changed, 32 insertions(+), 32 deletions(-)
>

Applied, thanks!