Commit 8709aa3e authored by Nayab Sayed's avatar Nayab Sayed Committed by Miquel Raynal
Browse files

dt-bindings: mtd: update references from partition.txt to mtd.yaml



Commit f902baa9 ("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: default avatarNayab Sayed <nayabbasha.sayed@microchip.com>
Acked-by: default avatarRob Herring <robh@kernel.org>
Signed-off-by: default avatarMiquel Raynal <miquel.raynal@bootlin.com>
Link: https://lore.kernel.org/linux-mtd/20240208-partition-txt-v1-1-4398af3b7bb2@microchip.com
parent 3884f03e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -68,7 +68,7 @@ Deprecated properties:
				false.

Nand device bindings may contain additional sub-nodes describing partitions of
the address space. See partition.txt for more detail. The NAND Flash timing
the address space. See mtd.yaml for more detail. The NAND Flash timing
values must be programmed in the chip select’s node of AEMIF
memory-controller (see Documentation/devicetree/bindings/memory-controllers/
davinci-aemif.txt).
+1 −1
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ The DMA fields are not used yet in the driver but are listed here for
completing the bindings.

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

Example:

+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@ Deprecated properties:
	(R/B# pins not connected).

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

Examples:
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ Optional properties:
  read to ensure that the GPIO accesses have completed.

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

Examples:

+1 −1
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@ maintainers:
description: |
  The GPMI nand controller provides an interface to control the NAND
  flash chips. The device tree may optionally contain sub-nodes
  describing partitions of the address space. See partition.txt for
  describing partitions of the address space. See mtd.yaml for
  more detail.

properties:
Loading