summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
diff options
context:
space:
mode:
authorKamal Dasu <kdasu.kdev@gmail.com>2019-05-21 15:27:57 -0400
committerRob Herring <robh@kernel.org>2019-05-22 09:08:20 -0500
commita5f2246fb9137dfa714dc9d7f593b3f3db5c9b80 (patch)
tree936911cd1c1af223ccac9cd0f759a13d9899fc33 /Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
parent8d665693c28c88d38e4b7e015d3135c1875c89f6 (diff)
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/nvidia-tegra20-nand.txt')
-rw-r--r--Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt b/Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
index b2f2ca12f9e6..e737e5beb7bf 100644
--- a/Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
+++ b/Documentation/devicetree/bindings/mtd/nvidia-tegra20-nand.txt
@@ -26,14 +26,14 @@ Optional children node properties:
"hw" is supported.
- nand-ecc-algo: string, algorithm of NAND ECC.
Supported values with "hw" ECC mode are: "rs", "bch".
-- nand-bus-width : See nand.txt
-- nand-on-flash-bbt: See nand.txt
+- nand-bus-width : See nand-controller.yaml
+- nand-on-flash-bbt: See nand-controller.yaml
- nand-ecc-strength: integer representing the number of bits to correct
per ECC step (always 512). Supported strength using HW ECC
modes are:
- RS: 4, 6, 8
- BCH: 4, 8, 14, 16
-- nand-ecc-maximize: See nand.txt
+- nand-ecc-maximize: See nand-controller.yaml
- nand-is-boot-medium: Makes sure only ECC strengths supported by the boot ROM
are chosen.
- wp-gpios: GPIO specifier for the write protect pin.