Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / Documentation / devicetree / bindings / mtd / common.txt
blobfc068b923d7aa381ea5ccbc33f5854f5051a0ab9
1 * Common properties of all MTD devices
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.
9 Example:
11         flash@0 {
12                 label = "System-firmware";
14                 /* flash type specific properties */
15         };