From 08905f2a44d02efcf4bb243c9f838241ecbd2c86 Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Thu, 4 May 2017 12:21:01 +0200 Subject: 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 --- Documentation/devicetree/bindings/barebox/barebox,state.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"; -- cgit v1.2.3