summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/bindings/barebox/barebox,state.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst
index 96cc41e598..3d664f1f02 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,state.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst
@@ -70,15 +70,15 @@ Example::
foo {
reg = <0x00 0x4>;
- type = "u32";
+ type = "uint32";
default = <0x0>;
};
bar {
reg = <0x10 0x4>;
- type = "enum32";
+ type = "enum32";
names = "baz", "qux";
- default ="qux";
+ default = <1>;
};
};