Re: [PATCH 4/6] dtc: dt-check-style: Add test for node and property name styles

From: Krzysztof Kozlowski

Date: Sun Aug 30 2026 - 16:58:37 EST


On 30/08/2026 21:59, Rob Herring wrote:
> On Sat, Aug 29, 2026 at 09:53:20PM +0200, Krzysztof Kozlowski wrote:
>> Common style violation is usage of underscores in node or property
>> names, so add rules for following recommended names. There is plenty of
>> legacy approach, so add the rules only for 'strict' mode of checking.
>
> We already have this in dtc, do we need it here too?

Not sure really. DTC has it in W=2, so initially I thought no one ever
looks there, but duplicating maybe is not a good idea. I don't mind
skipping this, next patches in this set should still apply cleanly.

Best regards,
Krzysztof