[PATCH] dt-bindings: Expand flow lists to block lists
Rob Herring
robh at kernel.org
Thu Sep 17 08:16:56 PDT 2026
On Thu, Sep 17, 2026 at 9:41 AM Daniel Matyas <matyasdaniel006 at gmail.com> wrote:
>
> Running dt_bindings_check returned:
> [error] string value is redundantly quoted with any quotes (quoted-strings)
>
That false positive is fixed in newer versions of yamllint since at
least a year and a half ago. There's also some other quoting checks
I'd like to turn on, but that bumps the minimum version since unknown
checks are an error in yamllint.
> The files used quotation marks in flow lists because the strings had
> commas and these commas were interpreted as separators. Convert flow
> style lists to block style lists, so that there is no problems with the
> commas.
If we wanted to fix like this, we should probably just require block
style everywhere, but I don't think we should do that.
Rob
More information about the linux-amlogic
mailing list