summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2015-06-15 15:33:59 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2015-06-17 07:50:46 +0200
commitdf1e1f47cb31b0047050736b2b1b9351439cc6b2 (patch)
tree6d0ede94e56618f5eb047814995c5612a761c97d /Documentation/devicetree
parentf506777003cf717ac02c5fa7d826598fd22fc92f (diff)
downloadbarebox-df1e1f47cb31b0047050736b2b1b9351439cc6b2.tar.gz
barebox-df1e1f47cb31b0047050736b2b1b9351439cc6b2.tar.xz
state: Documentation: the backend properties are not optional (anymore)
Signed-off-by: Marc Kleine-Budde <mkl@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.rst3
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index 3405f703c9..96cc41e598 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -29,9 +29,6 @@ Required properties:
* ``compatible``: should be ``barebox,state``;
* ``magic``: A 32bit number used as a magic to identify the state
-
-Optional properties:
-
* ``backend``: describes where the data for this state is stored
* ``backend-type``: should be ``raw`` or ``dtb``.