summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2017-05-04 12:21:01 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2017-05-04 12:56:51 +0200
commit08905f2a44d02efcf4bb243c9f838241ecbd2c86 (patch)
tree8dbb220afc8c099702d1fae97f9f28dff995dd4e /Documentation
parent49c2421feecf7402f69f4d0ea82004c0c5ee1746 (diff)
downloadbarebox-08905f2a44d02efcf4bb243c9f838241ecbd2c86.tar.gz
barebox-08905f2a44d02efcf4bb243c9f838241ecbd2c86.tar.xz
state: Binding: remove @0 from node name
The '@0' suffix is for nodes which have a reg property, so do not use this suffix in the state example node which does not have a reg property. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/barebox/barebox,state.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index 00fb592614..51b874a8be 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -74,7 +74,7 @@ Optional properties:
Example::
- state: state@0 {
+ state: state {
magic = <0x27031977>;
compatible = "barebox,state";
backend-type = "raw";