From 26acf2d34737b034522f35c34cd202a5265e276f Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 9 May 2017 19:59:31 +0200 Subject: state: Fix example in documentation The backend property must contain a phandle, so use a phandle in the example. 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 06a0d100c8..40d7bc2e6f 100644 --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst @@ -84,7 +84,7 @@ Example:: magic = <0x27031977>; compatible = "barebox,state"; backend-type = "raw"; - backend = &state_part; + backend = <&state_part>; foo { reg = <0x00 0x4>; -- cgit v1.2.3