Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: mtd: onenand: Mention the expected node name

The chip node name in this driver is expected to be different and should
be prefixed with onenand instead of the regular "flash" string, so
mention it.

Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com>
Reviewed-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/linux-mtd/20221114090315.848208-8-miquel.raynal@bootlin.com

+3
+3
Documentation/devicetree/bindings/mtd/ti,gpmc-onenand.yaml
··· 15 15 as child nodes of the GPMC controller. 16 16 17 17 properties: 18 + $nodename: 19 + pattern: "^onenand@[0-9],[0,9]$" 20 + 18 21 compatible: 19 22 const: ti,omap2-onenand 20 23