mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-30 01:16:41 +07:00
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>
This commit is contained in:
parent
28309572aa
commit
2bfc745274
15
Documentation/devicetree/bindings/mtd/common.txt
Normal file
15
Documentation/devicetree/bindings/mtd/common.txt
Normal file
@ -0,0 +1,15 @@
|
||||
* 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 */
|
||||
};
|
Loading…
Reference in New Issue
Block a user