Re: [PATCH 00/16] arm64: dts: qcom: change labels to lower-case

From: Konrad Dybcio
Date: Wed Aug 28 2024 - 06:56:05 EST


On 28.08.2024 9:17 AM, Krzysztof Kozlowski wrote:
> DTS coding style expects labels to be lowercase. No functional impact.
> Verified with comparing decompiled DTB (dtx_diff and fdtdump+diff).
>
> I am splitting the patchset per few patches doing the same, because
> otherwise diffs would be too big and would bounce from Patchwork/mailing
> list.
>
> Best regards,
> Krzysztof
>
> ---

I can confirm the changes are a NOP, however:

g diff $(git last).. | grep "^+.*&[A-Z]" | wc -l
232

e.g.

+ domain-idle-states = <&BIG_cpu_sleep_0>;

Konrad