aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Documentation/devicetree/dynamic-resolution-notes.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/Documentation/devicetree/dynamic-resolution-notes.txt b/Documentation/devicetree/dynamic-resolution-notes.txt
index 083d23262abe..c24ec366c5dc 100644
--- a/Documentation/devicetree/dynamic-resolution-notes.txt
+++ b/Documentation/devicetree/dynamic-resolution-notes.txt
@@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
2---------------------------------- 2----------------------------------
3 3
4This document describes the implementation of the in-kernel 4This document describes the implementation of the in-kernel
5Device Tree resolver, residing in drivers/of/resolver.c and is a 5Device Tree resolver, residing in drivers/of/resolver.c
6companion document to Documentation/devicetree/dt-object-internal.txt[1]
7 6
8How the resolver works 7How the resolver works
9---------------------- 8----------------------
10 9
11The resolver is given as an input an arbitrary tree compiled with the 10The resolver is given as an input an arbitrary tree compiled with the
12proper dtc option and having a /plugin/ tag. This generates the 11proper dtc option and having a /plugin/ tag. This generates the
13appropriate __fixups__ & __local_fixups__ nodes as described in [1]. 12appropriate __fixups__ & __local_fixups__ nodes.
14 13
15In sequence the resolver works by the following steps: 14In sequence the resolver works by the following steps:
16 15