[PATCH] dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes
Conor Dooley
conor at kernel.org
Sat Aug 26 02:43:05 PDT 2023
On Sat, Aug 26, 2023 at 11:38:52AM +0200, Krzysztof Kozlowski wrote:
> Drop unneeded quotes over simple string values to fix recently enabled
> yamllint warning:
>
> [error] string value is redundantly quoted with any quotes (quoted-strings)
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski at linaro.org>
> ---
> Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
> index 1c79815e1f7f..57b6957c8415 100644
> --- a/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
> +++ b/Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml
> @@ -67,8 +67,8 @@ patternProperties:
> unevaluatedProperties: false
>
> dependencies:
> - nand-ecc-strength: ['nand-ecc-step-size']
> - nand-ecc-step-size: ['nand-ecc-strength']
> + nand-ecc-strength: [nand-ecc-step-size]
> + nand-ecc-step-size: [nand-ecc-strength]
Reviewed-by: Conor Dooley <conor.dooley at microchip.com>
Thanks,
Conor.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 228 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-amlogic/attachments/20230826/b6eb8ebd/attachment.sig>
More information about the linux-amlogic
mailing list