diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst index 96cc41e..3d664f1 100644 --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst @@ -70,15 +70,15 @@ 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>; }; };