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

From: Rob Herring

Date: Mon Aug 31 2026 - 15:38:37 EST


On Sun, Aug 30, 2026 at 10:57:23PM +0200, Krzysztof Kozlowski wrote:
> 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.

Well, I guess this is a bit more exhaustive in what it allows.

Series applied.

Rob