diff options
author | Michal Suchanek <hramrach@gmail.com> | 2015-10-30 16:34:00 -0400 |
---|---|---|
committer | Brian Norris <computersforpeace@gmail.com> | 2015-11-10 13:03:20 -0500 |
commit | 89a41cbba6610b48e793ce6ac5bd46031c7531cc (patch) | |
tree | 6ae13c8595909c95dae8f103d701718c0c802f8f | |
parent | f8479dd6a03cfdc3b14e742045bfd8748cd86bd7 (diff) |
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>
-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: | |||
30 | partition should only be mounted read-only. This is usually used for flash | 30 | partition should only be mounted read-only. This is usually used for flash |
31 | partitions containing early-boot firmware images or data which should not be | 31 | partitions containing early-boot firmware images or data which should not be |
32 | clobbered. | 32 | clobbered. |
33 | - lock : Do not unlock the partition at initialization time (not supported on | ||
34 | all devices) | ||
33 | 35 | ||
34 | Examples: | 36 | Examples: |
35 | 37 | ||