Re: [PATCH 1/5] dt-bindings: gpu: samsung-rotator: drop redundant quotes

From: Rob Herring
Date: Tue Nov 14 2023 - 10:22:01 EST


On Sun, Nov 12, 2023 at 07:43:59PM +0100, Krzysztof Kozlowski wrote:
> Compatibles should not use quotes in the bindings.

Unfortunately yamllint skips checking these due to a bug handling
bracketed lists. There's an open issue for it[1].

> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxx>
> ---
> .../devicetree/bindings/gpu/samsung-rotator.yaml | 9 +++++----
> 1 file changed, 5 insertions(+), 4 deletions(-)

Acked-by: Rob Herring <robh@xxxxxxxxxx>

[1] https://github.com/adrienverge/yamllint/issues/516