diff options
author | Kamal Dasu <kdasu.kdev@gmail.com> | 2019-05-21 21:27:57 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-05-22 16:08:20 +0200 |
commit | a5f2246fb9137dfa714dc9d7f593b3f3db5c9b80 (patch) | |
tree | 936911cd1c1af223ccac9cd0f759a13d9899fc33 /Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt | |
parent | dt-bindings: interrupt-controller: arm,gic: Fix schema errors in example (diff) | |
download | linux-a5f2246fb9137dfa714dc9d7f593b3f3db5c9b80.tar.xz linux-a5f2246fb9137dfa714dc9d7f593b3f3db5c9b80.zip |
dt: bindings: mtd: replace references to nand.txt with nand-controller.yaml
nand-controller.yaml replaced nand.txt however the references to it were
not updated. This change updates these references wherever it appears in
bindings documentation.
Fixes: 212e49693592 ("dt-bindings: mtd: Add YAML schemas for the generic NAND options")
Signed-off-by: Kamal Dasu <kdasu.kdev@gmail.com>
Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt b/Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt index ad2bef826582..e55895e8dae4 100644 --- a/Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt +++ b/Documentation/devicetree/bindings/mtd/stm32-fmc2-nand.txt @@ -24,9 +24,9 @@ Required properties: - reg: describes the CS lines assigned to the NAND device. Optional properties: -- nand-on-flash-bbt: see nand.txt -- nand-ecc-strength: see nand.txt -- nand-ecc-step-size: see nand.txt +- nand-on-flash-bbt: see nand-controller.yaml +- nand-ecc-strength: see nand-controller.yaml +- nand-ecc-step-size: see nand-controller.yaml The following ECC strength and step size are currently supported: - nand-ecc-strength = <1>, nand-ecc-step-size = <512> (Hamming) |