summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/mtd/common.txt
diff options
context:
space:
mode:
authorMichael Walle <michael@walle.cc>2021-04-24 13:06:05 +0200
committerMiquel Raynal <miquel.raynal@bootlin.com>2021-05-10 12:42:49 +0200
commite6aed6717cd429a48995d2c6533fdde9f88d8cf1 (patch)
treebc252fb44fb1efce81b62d1e68fb2cc22eebf24f /Documentation/devicetree/bindings/mtd/common.txt
parent1333a6779501f4cc662ff5c8b36b0a22f3a7ddc6 (diff)
downloadlinux-e6aed6717cd429a48995d2c6533fdde9f88d8cf1.tar.bz2
dt-bindings: mtd: add YAML schema for the generic MTD bindings
Convert MTD's common.txt to mtd.yaml. Signed-off-by: Michael Walle <michael@walle.cc> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Miquel Raynal <miquel.raynal@bootlin.com> Link: https://lore.kernel.org/linux-mtd/20210424110608.15748-3-michael@walle.cc
Diffstat (limited to 'Documentation/devicetree/bindings/mtd/common.txt')
-rw-r--r--Documentation/devicetree/bindings/mtd/common.txt16
1 files changed, 1 insertions, 15 deletions
diff --git a/Documentation/devicetree/bindings/mtd/common.txt b/Documentation/devicetree/bindings/mtd/common.txt
index fc068b923d7a..ae16f9ea8606 100644
--- a/Documentation/devicetree/bindings/mtd/common.txt
+++ b/Documentation/devicetree/bindings/mtd/common.txt
@@ -1,15 +1 @@
-* Common properties of all MTD devices
-
-Optional properties:
-- label: user-defined MTD device name. Can be used to assign user
- friendly names to MTD devices (instead of the flash model or flash
- controller based name) in order to ease flash device identification
- and/or describe what they are used for.
-
-Example:
-
- flash@0 {
- label = "System-firmware";
-
- /* flash type specific properties */
- };
+This file has been moved to mtd.yaml.