diff options
author | Michal Suchanek <hramrach@gmail.com> | 2015-10-30 13:34:00 -0700 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-11-10 10:03:20 -0800 |
commit | 89a41cbba6610b48e793ce6ac5bd46031c7531cc (patch) | |
tree | 6ae13c8595909c95dae8f103d701718c0c802f8f /Documentation/devicetree/bindings/mtd | |
parent | f8479dd6a03cfdc3b14e742045bfd8748cd86bd7 (diff) | |
download | blackbird-obmc-linux-89a41cbba6610b48e793ce6ac5bd46031c7531cc.tar.gz blackbird-obmc-linux-89a41cbba6610b48e793ce6ac5bd46031c7531cc.zip |
mtd: ofpart: document the lock flag.
The lock flag of ofpart is undocumented. Add to binding doc.
Signed-off-by: Michal Suchanek <hramrach@gmail.com>
Cc: Sascha Hauer <s.hauer@pengutronix.de>
Acked-by: Rob Herring <robh@kernel.org>
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Diffstat (limited to 'Documentation/devicetree/bindings/mtd')
-rw-r--r-- | Documentation/devicetree/bindings/mtd/partition.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/mtd/partition.txt b/Documentation/devicetree/bindings/mtd/partition.txt index f1e2a02381a4..8dc4bf9dc8e5 100644 --- a/Documentation/devicetree/bindings/mtd/partition.txt +++ b/Documentation/devicetree/bindings/mtd/partition.txt @@ -30,6 +30,8 @@ Optional properties: partition should only be mounted read-only. This is usually used for flash partitions containing early-boot firmware images or data which should not be clobbered. +- lock : Do not unlock the partition at initialization time (not supported on + all devices) Examples: |