Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

authored by

Rob Herring and committed by
Miquel Raynal
1f79a611 e6b0922a

+21 -21
+1 -1
Documentation/devicetree/bindings/mtd/allwinner,sun4i-a10-nand.yaml
··· 7 7 title: Allwinner A10 NAND Controller 8 8 9 9 allOf: 10 - - $ref: "nand-controller.yaml" 10 + - $ref: nand-controller.yaml 11 11 12 12 maintainers: 13 13 - Chen-Yu Tsai <wens@csie.org>
+1 -1
Documentation/devicetree/bindings/mtd/arasan,nand-controller.yaml
··· 7 7 title: Arasan NAND Flash Controller with ONFI 3.1 support 8 8 9 9 allOf: 10 - - $ref: "nand-controller.yaml" 10 + - $ref: nand-controller.yaml 11 11 12 12 maintainers: 13 13 - Naga Sureshkumar Relli <naga.sureshkumar.relli@xilinx.com>
+1 -1
Documentation/devicetree/bindings/mtd/arm,pl353-nand-r2p1.yaml
··· 7 7 title: PL353 NAND Controller 8 8 9 9 allOf: 10 - - $ref: "nand-controller.yaml" 10 + - $ref: nand-controller.yaml 11 11 12 12 maintainers: 13 13 - Miquel Raynal <miquel.raynal@bootlin.com>
+1 -1
Documentation/devicetree/bindings/mtd/gpmi-nand.yaml
··· 93 93 unevaluatedProperties: false 94 94 95 95 allOf: 96 - - $ref: "nand-controller.yaml" 96 + - $ref: nand-controller.yaml 97 97 98 98 - if: 99 99 properties:
+1 -1
Documentation/devicetree/bindings/mtd/intel,lgm-ebunand.yaml
··· 7 7 title: Intel LGM SoC NAND Controller 8 8 9 9 allOf: 10 - - $ref: "nand-controller.yaml" 10 + - $ref: nand-controller.yaml 11 11 12 12 maintainers: 13 13 - Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com>
+1 -1
Documentation/devicetree/bindings/mtd/jedec,spi-nor.yaml
··· 10 10 - Rob Herring <robh@kernel.org> 11 11 12 12 allOf: 13 - - $ref: "mtd.yaml#" 13 + - $ref: mtd.yaml# 14 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 15 15 16 16 properties:
+1 -1
Documentation/devicetree/bindings/mtd/mtd-physmap.yaml
··· 14 14 file systems on embedded devices. 15 15 16 16 allOf: 17 - - $ref: "mtd.yaml#" 17 + - $ref: mtd.yaml# 18 18 - $ref: /schemas/memory-controllers/mc-peripheral-props.yaml# 19 19 20 20 properties:
+1 -1
Documentation/devicetree/bindings/mtd/mxc-nand.yaml
··· 10 10 - Uwe Kleine-König <u.kleine-koenig@pengutronix.de> 11 11 12 12 allOf: 13 - - $ref: "nand-controller.yaml" 13 + - $ref: nand-controller.yaml 14 14 15 15 properties: 16 16 compatible:
+1 -1
Documentation/devicetree/bindings/mtd/nand-chip.yaml
··· 10 10 - Miquel Raynal <miquel.raynal@bootlin.com> 11 11 12 12 allOf: 13 - - $ref: "mtd.yaml#" 13 + - $ref: mtd.yaml# 14 14 15 15 description: | 16 16 This file covers the generic description of a NAND chip. It implies that the
+1 -1
Documentation/devicetree/bindings/mtd/nand-controller.yaml
··· 51 51 52 52 patternProperties: 53 53 "^nand@[a-f0-9]$": 54 - $ref: "nand-chip.yaml#" 54 + $ref: nand-chip.yaml# 55 55 56 56 properties: 57 57 reg:
+1 -1
Documentation/devicetree/bindings/mtd/partitions/brcm,bcm4908-partitions.yaml
··· 31 31 32 32 patternProperties: 33 33 "^partition@[0-9a-f]+$": 34 - $ref: "partition.yaml#" 34 + $ref: partition.yaml# 35 35 properties: 36 36 compatible: 37 37 const: brcm,bcm4908-firmware
+1 -1
Documentation/devicetree/bindings/mtd/partitions/linksys,ns-partitions.yaml
··· 32 32 33 33 patternProperties: 34 34 "^partition@[0-9a-f]+$": 35 - $ref: "partition.yaml#" 35 + $ref: partition.yaml# 36 36 properties: 37 37 compatible: 38 38 items:
+1 -1
Documentation/devicetree/bindings/mtd/qcom,nandc.yaml
··· 46 46 - 512 47 47 48 48 allOf: 49 - - $ref: "nand-controller.yaml#" 49 + - $ref: nand-controller.yaml# 50 50 51 51 - if: 52 52 properties:
+1 -1
Documentation/devicetree/bindings/mtd/renesas-nandc.yaml
··· 10 10 - Miquel Raynal <miquel.raynal@bootlin.com> 11 11 12 12 allOf: 13 - - $ref: "nand-controller.yaml" 13 + - $ref: nand-controller.yaml 14 14 15 15 properties: 16 16 compatible:
+1 -1
Documentation/devicetree/bindings/mtd/rockchip,nand-controller.yaml
··· 7 7 title: Rockchip SoCs NAND FLASH Controller (NFC) 8 8 9 9 allOf: 10 - - $ref: "nand-controller.yaml#" 10 + - $ref: nand-controller.yaml# 11 11 12 12 maintainers: 13 13 - Heiko Stuebner <heiko@sntech.de>
+1 -1
Documentation/devicetree/bindings/mtd/spi-nand.yaml
··· 10 10 - Miquel Raynal <miquel.raynal@bootlin.com> 11 11 12 12 allOf: 13 - - $ref: "nand-chip.yaml#" 13 + - $ref: nand-chip.yaml# 14 14 - $ref: /schemas/spi/spi-peripheral-props.yaml# 15 15 16 16 properties:
+1 -1
Documentation/devicetree/bindings/mtd/st,stm32-fmc2-nand.yaml
··· 45 45 enum: [1, 4, 8] 46 46 47 47 allOf: 48 - - $ref: "nand-controller.yaml#" 48 + - $ref: nand-controller.yaml# 49 49 50 50 - if: 51 51 properties:
+2 -2
Documentation/devicetree/bindings/mtd/ti,gpmc-nand.yaml
··· 63 63 64 64 patternProperties: 65 65 "@[0-9a-f]+$": 66 - $ref: "/schemas/mtd/partitions/partition.yaml" 66 + $ref: /schemas/mtd/partitions/partition.yaml 67 67 68 68 allOf: 69 - - $ref: "/schemas/memory-controllers/ti,gpmc-child.yaml" 69 + - $ref: /schemas/memory-controllers/ti,gpmc-child.yaml 70 70 71 71 required: 72 72 - compatible
+2 -2
Documentation/devicetree/bindings/mtd/ti,gpmc-onenand.yaml
··· 36 36 37 37 patternProperties: 38 38 "@[0-9a-f]+$": 39 - $ref: "/schemas/mtd/partitions/partition.yaml" 39 + $ref: /schemas/mtd/partitions/partition.yaml 40 40 41 41 allOf: 42 - - $ref: "/schemas/memory-controllers/ti,gpmc-child.yaml" 42 + - $ref: /schemas/memory-controllers/ti,gpmc-child.yaml 43 43 44 44 required: 45 45 - compatible