File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed
Documentation/devicetree/bindings/mtd Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -68,7 +68,7 @@ Deprecated properties:
68
68
false.
69
69
70
70
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
72
72
values must be programmed in the chip select’s node of AEMIF
73
73
memory-controller (see Documentation/devicetree/bindings/memory-controllers/
74
74
davinci-aemif.txt).
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The DMA fields are not used yet in the driver but are listed here for
15
15
completing the bindings.
16
16
17
17
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.
19
19
20
20
Example:
21
21
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Deprecated properties:
22
22
(R/B# pins not connected).
23
23
24
24
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
26
26
detail.
27
27
28
28
Examples:
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Optional properties:
26
26
read to ensure that the GPIO accesses have completed.
27
27
28
28
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.
30
30
31
31
Examples:
32
32
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ maintainers:
12
12
description : |
13
13
The GPMI nand controller provides an interface to control the NAND
14
14
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
16
16
more detail.
17
17
18
18
properties :
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ The following ECC strength and step size are currently supported:
22
22
- nand-ecc-strength = <16>, nand-ecc-step-size = <1024>
23
23
24
24
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.
26
26
27
27
Example:
28
28
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ Optional children node properties:
39
39
- wp-gpios: GPIO specifier for the write protect pin.
40
40
41
41
Optional child node of NAND chip nodes:
42
- Partitions: see partition.txt
42
+ Partitions: see mtd.yaml
43
43
44
44
Example:
45
45
nand-controller@70008000 {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Optional properties:
13
13
registers in usecs
14
14
15
15
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.
17
17
18
18
Example:
19
19
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ Optional child properties:
19
19
20
20
Each child device node may optionally contain a 'partitions' sub-node,
21
21
which further contains sub-nodes describing the flash partition mapping.
22
- See partition.txt for more detail.
22
+ See mtd.yaml for more detail.
23
23
24
24
Example:
25
25
You can’t perform that action at this time.
0 commit comments