diff options
author | Kamal Dasu <kdasu.kdev@gmail.com> | 2019-05-21 15:27:57 -0400 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2019-05-22 09:08:20 -0500 |
commit | a5f2246fb9137dfa714dc9d7f593b3f3db5c9b80 (patch) | |
tree | 936911cd1c1af223ccac9cd0f759a13d9899fc33 /Documentation/devicetree/bindings/mtd/hisi504-nand.txt | |
parent | 8d665693c28c88d38e4b7e015d3135c1875c89f6 (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/hisi504-nand.txt')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/hisi504-nand.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/hisi504-nand.txt b/Documentation/devicetree/bindings/mtd/hisi504-nand.txt index 2e35f0662912..8963983ae7cb 100644 --- a/Documentation/devicetree/bindings/mtd/hisi504-nand.txt +++ b/Documentation/devicetree/bindings/mtd/hisi504-nand.txt @@ -7,7 +7,7 @@ Required properties: NAND controller's registers. The second contains base physical address and size of NAND controller's buffer. - interrupts: Interrupt number for nfc. -- nand-bus-width: See nand.txt. +- nand-bus-width: See nand-controller.yaml. - nand-ecc-mode: Support none and hw ecc mode. - #address-cells: Partition address, should be set 1. - #size-cells: Partition size, should be set 1. |