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

dt-bindings: mtd: add a common label property to all mtd devices

This can be used to easily identify a specific chip on a system with
multiple chips.

Signed-off-by: Cédric Le Goater <clg@kaod.org>
Acked-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Rob Herring <robh@kernel.org>
Reviewed-by: Marek Vasut <marek.vasut@gmail.com>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>

authored by

Cédric Le Goater and committed by
Brian Norris
2bfc7452 28309572

+15
+15
Documentation/devicetree/bindings/mtd/common.txt
··· 1 + * Common properties of all MTD devices 2 + 3 + Optional properties: 4 + - label: user-defined MTD device name. Can be used to assign user 5 + friendly names to MTD devices (instead of the flash model or flash 6 + controller based name) in order to ease flash device identification 7 + and/or describe what they are used for. 8 + 9 + Example: 10 + 11 + flash@0 { 12 + label = "System-firmware"; 13 + 14 + /* flash type specific properties */ 15 + };