Documentation/devicetree/dynamic-resolution-notes.rst
.. SPDX-License-Identifier: GPL-2.0
This document describes the implementation of the in-kernel DeviceTree resolver, residing in drivers/of/resolver.c
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.
In sequence the resolver works by the following steps: