Skip to content

Commit 93a6039

Browse files
committed
of: Documentation: of_overlay_apply() replaced by of_overlay_fdt_apply()
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
1 parent 39a751a commit 93a6039

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/devicetree/overlay-notes.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,8 @@ Overlay in-kernel API
8787

8888
The API is quite easy to use.
8989

90-
1. Call of_overlay_apply() to create and apply an overlay changeset. The return
91-
value is an error or a cookie identifying this overlay.
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.
9292

9393
2. Call of_overlay_remove() to remove and cleanup the overlay changeset
9494
previously created via the call to of_overlay_apply(). Removal of an overlay

0 commit comments

Comments
 (0)