Skip to content

Commit 648ab1d

Browse files
miquelraynalgregkh
authored andcommitted
dt-bindings: mtd: nand-controller: Fix a comment in the examples
commit 0e7f1b5 upstream. The controller properties should be in the controller 'parent' node, while properties in the children nodes are specific to the NAND *chip*. This error was already present during the yaml conversion. Fixes: 2d472ab ("mtd: nand: document the NAND controller/NAND chip DT representation") 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-3-miquel.raynal@bootlin.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
1 parent 71917e4 commit 648ab1d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/devicetree/bindings/mtd/nand-controller.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,6 @@ examples:
174174
nand-ecc-mode = "soft";
175175
nand-ecc-algo = "bch";
176176
177-
/* controller specific properties */
177+
/* NAND chip specific properties */
178178
};
179179
};

0 commit comments

Comments
 (0)