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>
Mon, 13 May 2019 23:08:02 +0000 (00:08 +0100)
commitd52d91b920d4b6ae17adc42375649f1ae190006b
treeba9e806fd5a4b996c03c35ea6ec363902112cc33
parentd88d1b587aefbaee2415d5f8d25652a6c07e6a9d
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