diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-03-09 05:44:46 -0500 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-03-17 19:18:35 -0400 |
commit | d0843e61690c1d107b92234ee5c1cf6a65293d9d (patch) | |
tree | 61090c95703ec5cc8666be688f7293cec105572b | |
parent | 54587be4962eb60645a7c4fccaa42c0793bf7a6a (diff) |
of: Documentation: Fix forgotten reference to of_overlay_apply()
Fixes: 93a6039000b5acab ("of: Documentation: of_overlay_apply() replaced by of_overlay_fdt_apply()")
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Rob Herring <robh@kernel.org>
-rw-r--r-- | Documentation/devicetree/overlay-notes.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/devicetree/overlay-notes.txt b/Documentation/devicetree/overlay-notes.txt index 5175a24d387e..a4feb6dde8cd 100644 --- a/Documentation/devicetree/overlay-notes.txt +++ b/Documentation/devicetree/overlay-notes.txt | |||
@@ -91,8 +91,8 @@ The API is quite easy to use. | |||
91 | return value is an error or a cookie identifying this overlay. | 91 | return value is an error or a cookie identifying this overlay. |
92 | 92 | ||
93 | 2. Call of_overlay_remove() to remove and cleanup the overlay changeset | 93 | 2. Call of_overlay_remove() to remove and cleanup the overlay changeset |
94 | previously created via the call to of_overlay_apply(). Removal of an overlay | 94 | previously created via the call to of_overlay_fdt_apply(). Removal of an |
95 | changeset that is stacked by another will not be permitted. | 95 | overlay changeset that is stacked by another will not be permitted. |
96 | 96 | ||
97 | Finally, if you need to remove all overlays in one-go, just call | 97 | Finally, if you need to remove all overlays in one-go, just call |
98 | of_overlay_remove_all() which will remove every single one in the correct | 98 | of_overlay_remove_all() which will remove every single one in the correct |