Skip to content

Commit 1f79a61

Browse files
robherringmiquelraynal
authored andcommitted
dt-bindings: mtd: Drop unneeded quotes
Cleanup bindings dropping unneeded quotes. Once all these are fixed, checking for this can be enabled in yamllint. Signed-off-by: Rob Herring <robh@kernel.org> Acked-by: Jernej Skrabec <jernej.skrabec@gmail.com> Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Heiko Stuebner <heiko@sntech.de> #rockchip Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20230317233631.3968509-1-robh@kernel.org
1 parent e6b0922 commit 1f79a61

19 files changed

Lines changed: 21 additions & 21 deletions

Documentation/devicetree/bindings/mtd/allwinner,sun4i-a10-nand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Allwinner A10 NAND Controller
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Chen-Yu Tsai <wens@csie.org>

Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Arasan NAND Flash Controller with ONFI 3.1 support
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>

Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: PL353 NAND Controller
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Miquel Raynal <miquel.raynal@bootlin.com>

Documentation/devicetree/bindings/mtd/gpmi-nand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ required:
9393
unevaluatedProperties: false
9494

9595
allOf:
96-
- $ref: "nand-controller.yaml"
96+
- $ref: nand-controller.yaml
9797

9898
- if:
9999
properties:

Documentation/devicetree/bindings/mtd/intel,lgm-ebunand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ $schema: http://devicetree.org/meta-schemas/core.yaml#
77
title: Intel LGM SoC NAND Controller
88

99
allOf:
10-
- $ref: "nand-controller.yaml"
10+
- $ref: nand-controller.yaml
1111

1212
maintainers:
1313
- Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>

Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Rob Herring <robh@kernel.org>
1111

1212
allOf:
13-
- $ref: "mtd.yaml#"
13+
- $ref: mtd.yaml#
1414
- $ref: /schemas/spi/spi-peripheral-props.yaml#
1515

1616
properties:

Documentation/devicetree/bindings/mtd/mtd-physmap.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
file systems on embedded devices.
1515
1616
allOf:
17-
- $ref: "mtd.yaml#"
17+
- $ref: mtd.yaml#
1818
- $ref: /schemas/memory-controllers/mc-peripheral-props.yaml#
1919

2020
properties:

Documentation/devicetree/bindings/mtd/mxc-nand.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
1111

1212
allOf:
13-
- $ref: "nand-controller.yaml"
13+
- $ref: nand-controller.yaml
1414

1515
properties:
1616
compatible:

Documentation/devicetree/bindings/mtd/nand-chip.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ maintainers:
1010
- Miquel Raynal <miquel.raynal@bootlin.com>
1111

1212
allOf:
13-
- $ref: "mtd.yaml#"
13+
- $ref: mtd.yaml#
1414

1515
description: |
1616
This file covers the generic description of a NAND chip. It implies that the

Documentation/devicetree/bindings/mtd/nand-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ properties:
5151

5252
patternProperties:
5353
"^nand@[a-f0-9]$":
54-
$ref: "nand-chip.yaml#"
54+
$ref: nand-chip.yaml#
5555

5656
properties:
5757
reg:

0 commit comments

Comments
 (0)