diff options
author | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2018-03-04 13:33:50 +0200 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart+renesas@ideasonboard.com> | 2018-03-07 17:59:20 +0200 |
commit | 94aae1d9ff2eb05003f3c8043a3d7e5f2314a989 (patch) | |
tree | 27b18d4b55be3141a36b6958ca6c9849532e17d7 /Documentation | |
parent | f073d78eeb8efd85718e611c15f9a78647751dea (diff) | |
parent | e547c0031697a0cb5ff7f4a66754fb3e082754ff (diff) |
Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into drm/next/du
- DT overlay applying rework (Frank Rowand)
Move duplicating and unflattening of an overlay flattened devicetree
(FDT) into the overlay application code. To accomplish this,
of_overlay_apply() is replaced by of_overlay_fdt_apply().
Diffstat (limited to 'Documentation')
-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 c4aa0adf13ec..5175a24d387e 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 |