[PATCH] dt-bindings: vendor-prefixes: sort entries alphabetically
Rob Herring
robh at kernel.org
Wed Dec 14 14:18:54 PST 2022
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 at linaro.org>
>
> ---
>
> 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!
More information about the linux-riscv
mailing list