From: Frank Rowand Date: Mon, 12 Feb 2018 08:21:44 +0000 (-0800) Subject: of: Documentation: of_overlay_apply() replaced by of_overlay_fdt_apply() X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=93a6039000b5acab0dba31784f2e305bc5d0661e;p=linux.git of: Documentation: of_overlay_apply() replaced by of_overlay_fdt_apply() Signed-off-by: Frank Rowand --- diff --git a/Documentation/devicetree/overlay-notes.txt b/Documentation/devicetree/overlay-notes.txt index c4aa0adf13ece..5175a24d387ec 100644 --- a/Documentation/devicetree/overlay-notes.txt +++ b/Documentation/devicetree/overlay-notes.txt @@ -87,8 +87,8 @@ Overlay in-kernel API The API is quite easy to use. -1. Call of_overlay_apply() to create and apply an overlay changeset. The return -value is an error or a cookie identifying this overlay. +1. Call of_overlay_fdt_apply() to create and apply an overlay changeset. The +return value is an error or a cookie identifying this overlay. 2. Call of_overlay_remove() to remove and cleanup the overlay changeset previously created via the call to of_overlay_apply(). Removal of an overlay