summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree/bindings/barebox/barebox,environment.rst
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/barebox/barebox,environment.rst')
-rw-r--r--Documentation/devicetree/bindings/barebox/barebox,environment.rst13
1 files changed, 7 insertions, 6 deletions
diff --git a/Documentation/devicetree/bindings/barebox/barebox,environment.rst b/Documentation/devicetree/bindings/barebox/barebox,environment.rst
index d243484d90..d472f66398 100644
--- a/Documentation/devicetree/bindings/barebox/barebox,environment.rst
+++ b/Documentation/devicetree/bindings/barebox/barebox,environment.rst
@@ -4,18 +4,19 @@ barebox environment
This driver provides an environment for barebox from the devicetree.
Required properties:
-- compatible: should be "barebox,environment"
-- device-path: path to the environment
+
+* ``compatible``: should be ``barebox,environment``
+* ``device-path``: path to the environment
The device-path is a multistring property. The first string should be a
nodepath to the node containing the physical device of the environment.
The subsequent strings are of the form <type>:<options> to further describe
the path to the environment. Supported values for <type>:
-partname:<partname> This describes a partition on a device. <partname> can
- be the label for mtd partitions, the number for DOS
- partitions (beginning with 0) or the name for GPT
- partitions
+``partname``:<partname>
+ This describes a partition on a device. <partname> can
+ be the label for MTD partitions, the number for DOS
+ partitions (beginning with 0) or the name for GPT partitions.
Example::