Message ID | 20240828-dts-qcom-label-v1-0-b27b72130247@linaro.org (mailing list archive) |
---|---|
Headers | show |
Series | arm64: dts: qcom: change labels to lower-case | expand |
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
On 28/08/2024 12:55, Konrad Dybcio wrote: > 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>; Same as in patch 3. I'll re-check and send a v2 tomorrow. Best regards, Krzysztof