of: configfs: Use of_overlay_fdt_apply API call
authorPhil Elwell <phil@raspberrypi.org>
Thu, 14 Jun 2018 14:07:26 +0000 (15:07 +0100)
committerpopcornmix <popcornmix@gmail.com>
Wed, 27 Jan 2021 19:12:55 +0000 (19:12 +0000)
commit7344ee112217863b7a4182eb652b2054a9f62f29
tree0f91a211254572747fd7e12ec77fe88b90c3f684
parentc3491f5e8a4931745c335a6060e753875d69bb5c
of: configfs: Use of_overlay_fdt_apply API call

The published API to the dynamic overlay application mechanism now
takes a Flattened Device Tree blob as input so that it can manage the
lifetime of the unflattened tree. Conveniently, the new API call -
of_overlay_fdt_apply - is virtually a drop-in replacement for
create_overlay, which can now be deleted.

Signed-off-by: Phil Elwell <phil@raspberrypi.org>
drivers/of/configfs.c