Re: [PATCH] dt-bindings: trivial-devices: sort entries alphanumerically

From: Rob Herring
Date: Mon Feb 05 2024 - 12:21:39 EST



On Thu, 01 Feb 2024 08:58:05 +0100, Krzysztof Kozlowski wrote:
> Sort entries alphanumerically. This was a semi manual job with help of:
>
> cat Documentation/devicetree/bindings/trivial-devices.yaml | grep ' - ' > old
> cat old | sort -n > new
> diff -ubB old new
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
>
> ---
>
> Cc: Charles Hsu <ythsu0511@xxxxxxxxx>
> Cc: linux-hwmon@xxxxxxxxxxxxxxx
> Cc: Guenter Roeck <linux@xxxxxxxxxxxx>
> ---
> .../devicetree/bindings/trivial-devices.yaml | 73 ++++++++++---------
> 1 file changed, 37 insertions(+), 36 deletions(-)
>

Applied, thanks!

I'll try and pick up all the trivial-devices.yaml changes this cycle to
minimize any conflicts.

Rob