Lines Matching refs:overlay
5 device tree overlay functionality residing in drivers/of/overlay.c and is a
11 A Device Tree's overlay purpose is to modify the kernel's live tree, and
37 The overlay bar.dts, when loaded (and resolved as described in [1]) should
81 As a result of the overlay, a new device node (bar) has been created
90 1. Call of_overlay_fdt_apply() to create and apply an overlay changeset. The
91 return value is an error or a cookie identifying this overlay.
93 2. Call of_overlay_remove() to remove and cleanup the overlay changeset
95 overlay changeset that is stacked by another will not be permitted.
102 overlay operations. See of_overlay_notifier_register/unregister and
112 The DTS of an overlay should have the following format:
115 /* ignored properties by the overlay */
119 target=<phandle>; /* phandle target of the overlay */
121 target-path="/path"; /* target path of the overlay */