summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMarkus Pargmann <mpa@pengutronix.de>2016-07-06 10:19:44 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2016-07-08 08:59:31 +0200
commit46f26c0dee4d4733a386d787a690496575a10c3a (patch)
treedf3242b9991cc67c946329194ab3ffd3e4cd67af /Documentation/devicetree
parentc999b507da9891f22cf2a60105bffa0774eea082 (diff)
downloadbarebox-46f26c0dee4d4733a386d787a690496575a10c3a.tar.gz
barebox-46f26c0dee4d4733a386d787a690496575a10c3a.tar.xz
docs: Add/Update state documentation
Signed-off-by: Markus Pargmann <mpa@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/barebox/barebox,state.rst7
1 files changed, 6 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index d507657053..e39245f6c0 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -36,7 +36,12 @@ Optional properties:
* ``algo``: A HMAC algorithm used to detect manipulation of the data
or header, sensible values follow this pattern ``hmac(<HASH>)``,
- e.g. ``hmac(sha256)``.
+ e.g. ``hmac(sha256)``. Only used for ``raw``.
+* ``backend-stridesize``: Maximum size per copy of the data. Only important for
+ non-MTD devices
+* ``backend-storage-type``: Type of the storage. This has two options at the
+ moment. For MTD with erasing the correct type is ``circular``. For all other
+ devices and files, ``direct`` is the needed type.
Variable nodes
--------------