Skip to content

Commit 8709aa3

Browse files
ItsNayabSDmiquelraynal
authored andcommitted
dt-bindings: mtd: update references from partition.txt to mtd.yaml
Commit f902baa ("dt-bindings: mtd: Remove useless file about partitions") removed the file partition.txt. Hence, in this commit, the lines mentioning this file are updated to reference mtd.yaml, which now includes partition{,s}.yaml. Signed-off-by: Nayab Sayed <nayabbasha.sayed@microchip.com> Acked-by: Rob Herring <robh@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20240208-partition-txt-v1-1-4398af3b7bb2@microchip.com
1 parent 3884f03 commit 8709aa3

File tree

9 files changed

+9
-9
lines changed

9 files changed

+9
-9
lines changed

Documentation/devicetree/bindings/mtd/davinci-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ Deprecated properties:
6868
false.
6969

7070
Nand device bindings may contain additional sub-nodes describing partitions of
71-
the address space. See partition.txt for more detail. The NAND Flash timing
71+
the address space. See mtd.yaml for more detail. The NAND Flash timing
7272
values must be programmed in the chip select’s node of AEMIF
7373
memory-controller (see Documentation/devicetree/bindings/memory-controllers/
7474
davinci-aemif.txt).

Documentation/devicetree/bindings/mtd/flctl-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ The DMA fields are not used yet in the driver but are listed here for
1515
completing the bindings.
1616

1717
The device tree may optionally contain sub-nodes describing partitions of the
18-
address space. See partition.txt for more detail.
18+
address space. See mtd.yaml for more detail.
1919

2020
Example:
2121

Documentation/devicetree/bindings/mtd/fsl-upm-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Deprecated properties:
2222
(R/B# pins not connected).
2323

2424
Each flash chip described may optionally contain additional sub-nodes
25-
describing partitions of the address space. See partition.txt for more
25+
describing partitions of the address space. See mtd.yaml for more
2626
detail.
2727

2828
Examples:

Documentation/devicetree/bindings/mtd/gpio-control-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Optional properties:
2626
read to ensure that the GPIO accesses have completed.
2727

2828
The device tree may optionally contain sub-nodes describing partitions of the
29-
address space. See partition.txt for more detail.
29+
address space. See mtd.yaml for more detail.
3030

3131
Examples:
3232

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ maintainers:
1212
description: |
1313
The GPMI nand controller provides an interface to control the NAND
1414
flash chips. The device tree may optionally contain sub-nodes
15-
describing partitions of the address space. See partition.txt for
15+
describing partitions of the address space. See mtd.yaml for
1616
more detail.
1717
1818
properties:

Documentation/devicetree/bindings/mtd/hisi504-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ The following ECC strength and step size are currently supported:
2222
- nand-ecc-strength = <16>, nand-ecc-step-size = <1024>
2323

2424
Flash chip may optionally contain additional sub-nodes describing partitions of
25-
the address space. See partition.txt for more detail.
25+
the address space. See mtd.yaml for more detail.
2626

2727
Example:
2828

Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Optional children node properties:
3939
- wp-gpios: GPIO specifier for the write protect pin.
4040

4141
Optional child node of NAND chip nodes:
42-
Partitions: see partition.txt
42+
Partitions: see mtd.yaml
4343

4444
Example:
4545
nand-controller@70008000 {

Documentation/devicetree/bindings/mtd/orion-nand.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Optional properties:
1313
registers in usecs
1414

1515
The device tree may optionally contain sub-nodes describing partitions of the
16-
address space. See partition.txt for more detail.
16+
address space. See mtd.yaml for more detail.
1717

1818
Example:
1919

Documentation/devicetree/bindings/mtd/samsung-s3c2410.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Optional child properties:
1919

2020
Each child device node may optionally contain a 'partitions' sub-node,
2121
which further contains sub-nodes describing the flash partition mapping.
22-
See partition.txt for more detail.
22+
See mtd.yaml for more detail.
2323

2424
Example:
2525

0 commit comments

Comments
 (0)