Skip to content

Commit b9283ac

Browse files
krzkmiquelraynal
authored andcommitted
dt-bindings: mtd: amlogic,meson-nand: drop unneeded quotes
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@linaro.org> Reviewed-by: Conor Dooley <conor.dooley@microchip.com> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230826093852.9334-1-krzysztof.kozlowski@linaro.org
1 parent 2c11ea7 commit b9283ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/bindings/mtd/amlogic,meson-nand.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ patternProperties:
6767
unevaluatedProperties: false
6868

6969
dependencies:
70-
nand-ecc-strength: ['nand-ecc-step-size']
71-
nand-ecc-step-size: ['nand-ecc-strength']
70+
nand-ecc-strength: [nand-ecc-step-size]
71+
nand-ecc-step-size: [nand-ecc-strength]
7272

7373

7474
required:

0 commit comments

Comments
 (0)