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, 1 Jul 2020 15:32:45 +0000 (16:32 +0100)
commit7ca16e63f856b55598b25a89d0cb6e9830722cdc
treefde87d639189acb1caa65ec4b4d1a4ada0b424e8
parent4790c711970bb866b51d2e2fb2c7bc37bd94defc
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