summaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorAhmad Fatoum <ahmad@a3f.at>2022-10-19 11:11:22 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2022-10-27 11:02:14 +0200
commit93ee59c68b33c856b0d6ce05f4fa87c3aa6ce56c (patch)
treebd4dffc24a241b08005705974a97d586121750d8 /Documentation
parentc2b65f066a6bf277203a8c5298e9c232ebf4d6f6 (diff)
downloadbarebox-93ee59c68b33c856b0d6ce05f4fa87c3aa6ce56c.tar.gz
barebox-93ee59c68b33c856b0d6ce05f4fa87c3aa6ce56c.tar.xz
documentation: devicetree: mtd: partition: fix partuuid example
Having flash@0 in the binding example is misleading, because lookup is global. Point that out explicitly and modify the example. Signed-off-by: Ahmad Fatoum <ahmad@a3f.at> Link: https://lore.barebox.org/20221019091122.1713784-1-ahmad@a3f.at Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/mtd/partition.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/bindings/mtd/partition.rst b/Documentation/devicetree/bindings/mtd/partition.rst
index 6db54070a9..627b59eda0 100644
--- a/Documentation/devicetree/bindings/mtd/partition.rst
+++ b/Documentation/devicetree/bindings/mtd/partition.rst
@@ -4,7 +4,7 @@ Representing flash partitions in devicetree
In addition to the upstream binding, another property is added:
Optional properties:
-- ``partuuid`` : The partition UUID for this partition.
+- ``partuuid`` : The global partition UUID for this partition.
Additionally, barebox also supports partitioning the eMMC boot partitions if
the partition table node is named appropriately:
@@ -16,7 +16,7 @@ Examples:
.. code-block:: none
- flash@0 {
+ / {
partitions {
compatible = "fixed-partitions";
#address-cells = <1>;