diff --git a/Documentation/devicetree/bindings/barebox/barebox,state.rst b/Documentation/devicetree/bindings/barebox/barebox,state.rst index 7156084..3405f70 100644 --- a/Documentation/devicetree/bindings/barebox/barebox,state.rst +++ b/Documentation/devicetree/bindings/barebox/barebox,state.rst @@ -42,9 +42,9 @@ variable. The node name may end with ``@
``, but the suffix is sripped from the variable name. -State variables have a type. Currenty supported types are: ``uint32``, -``enum32`` and ``mac`` address. Fixed length strings are planned but -not implemented. Variable length strings are not planned. +State variables have a type. Currenty supported types are: ``uint8``, +``uint32``, ``enum32`` and ``mac`` address. Fixed length strings are +planned but not implemented. Variable length strings are not planned. Required properties: @@ -52,8 +52,8 @@ ``#size-cells = <1>``. Defines the ``offset`` and ``size`` of the variable in the ``raw`` backend. ``size`` must fit the node ``type``. Variables are not allowed to overlap. -* ``type``: Should be ``uint32``, ``enum32`` or ``mac`` for the type - of the variable +* ``type``: Should be ``uint8``, ``uint32``, ``enum32`` or ``mac`` for + the type of the variable * ``names``: For ``enum32`` values only, this specifies the values possible for ``enum32``.