summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUwe Kleine-König <u.kleine-koenig@pengutronix.de>2023-04-24 17:23:27 +0200
committerDavid Gibson <david@gibson.dropbear.id.au>2023-04-28 16:26:02 +1000
commit9f8b382ed45e7a3ca114c1a371ce6b6edc4b3ed5 (patch)
treedfb35a6d042258a90e30d061b87a35c291a9a2f8
parent2cdf93a6d402a161edf16de6011bd5ad76382e92 (diff)
downloaddevice-tree-compiler-9f8b382ed45e7a3ca114c1a371ce6b6edc4b3ed5.tar.gz
manual: Fix and improve documentation about -@
Device trees with a /plugin/ tag ("overlays") generate a __fixups__ node when needed and independent of -q being given or not. The same is true for __local__fixups__. So don't mention these two nodes in the paragraph about -@. To not shorten the description too much, describe the semantic of the properties contained in the generated __symbols__ node. Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de> Signed-off-by: David Gibson <david@gibson.dropbear.id.au>
-rw-r--r--Documentation/manual.txt8
1 files changed, 3 insertions, 5 deletions
diff --git a/Documentation/manual.txt b/Documentation/manual.txt
index 2087a4d..15a7837 100644
--- a/Documentation/manual.txt
+++ b/Documentation/manual.txt
@@ -122,12 +122,10 @@ Options:
Relevant for dtb and asm output only.
-@
- Generates a __symbols__ node at the root node of the resulting blob
- for any node labels used, and for any local references using phandles
- it also generates a __local_fixups__ node that tracks them.
+ Generates a __symbols__ node at the root node. This node contains a
+ property for each label. The property's name is the label name and the
+ value is the path of the labeled node.
- When using the /plugin/ tag all unresolved label references to
- be tracked in the __fixups__ node, making dynamic resolution possible.
-A
Generate automatically aliases for all node labels. This is similar to