Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f11b9abc authored by Harish Jenny K N's avatar Harish Jenny K N Committed by Rob Herring
Browse files

Documentation: remove dynamic-resolution-notes reference to non-existent file



File dt-object-internal.txt does not exist. This patch removes
a reference to it.

Signed-off-by: default avatarHarish Jenny K N <harish_kandiga@mentor.com>
Reviewed-by: default avatarFrank Rowand <frank.rowand@sony.com>
Signed-off-by: default avatarRob Herring <robh@kernel.org>
parent a3cfcecd
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -2,15 +2,14 @@ Device Tree Dynamic Resolver Notes
----------------------------------

This document describes the implementation of the in-kernel
Device Tree resolver, residing in drivers/of/resolver.c and is a
companion document to Documentation/devicetree/dt-object-internal.txt[1]
Device Tree resolver, residing in drivers/of/resolver.c

How the resolver works
----------------------

The resolver is given as an input an arbitrary tree compiled with the
proper dtc option and having a /plugin/ tag. This generates the
appropriate __fixups__ & __local_fixups__ nodes as described in [1].
appropriate __fixups__ & __local_fixups__ nodes.

In sequence the resolver works by the following steps: