summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMiquel Raynal <miquel.raynal@bootlin.com>2021-12-16 12:16:27 +0100
committerMiquel Raynal <miquel.raynal@bootlin.com>2022-01-23 12:36:18 +0100
commit93f2ec9e401276fb4ea9903194a5bfcf175f9a2c (patch)
tree9a204aeb9e03e46049de9e5732e949ba8ffa6cdd
parente783362eb54cd99b2cac8b3a9aeac942e6f6ac07 (diff)
downloadlinux-93f2ec9e401276fb4ea9903194a5bfcf175f9a2c.tar.bz2
dt-bindings: mtd: nand-controller: Fix the reg property description
The reg property of a NAND device always references the chip-selects. The ready/busy lines are described in the nand-rb property. I believe this was a harmless copy/paste error during the conversion to yaml. Fixes: 212e49693592 ("dt-bindings: mtd: Add YAML schemas for the generic NAND options") Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Acked-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/linux-mtd/20211216111654.238086-2-miquel.raynal@bootlin.com
-rw-r--r--Documentation/devicetree/bindings/mtd/nand-controller.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/mtd/nand-controller.yaml b/Documentation/devicetree/bindings/mtd/nand-controller.yaml
index bd217e6f5018..811f03978fc6 100644
--- a/Documentation/devicetree/bindings/mtd/nand-controller.yaml
+++ b/Documentation/devicetree/bindings/mtd/nand-controller.yaml
@@ -55,7 +55,7 @@ patternProperties:
properties:
reg:
description:
- Contains the native Ready/Busy IDs.
+ Contains the chip-select IDs.
nand-ecc-engine:
allOf: