diff options
author | Rob Herring <robh@kernel.org> | 2018-03-05 20:29:46 +0100 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2018-03-05 20:29:46 +0100 |
commit | b46c78661c42cb8b07eb213104c79cbab8ea7e0d (patch) | |
tree | 332c5b04b1d8c64831780b2188833720b4f3c1ac /drivers/of/unittest-data/overlay_8.dts | |
parent | gpio: Support gpio nexus dt bindings (diff) | |
parent | of: improve reporting invalid overlay target path (diff) | |
download | linux-b46c78661c42cb8b07eb213104c79cbab8ea7e0d.tar.xz linux-b46c78661c42cb8b07eb213104c79cbab8ea7e0d.zip |
Merge tag 'overlay_apply_fdt_v7-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/frowand/linux into dt/next
DT overlay applying rework from 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 'drivers/of/unittest-data/overlay_8.dts')
-rw-r--r-- | drivers/of/unittest-data/overlay_8.dts | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/of/unittest-data/overlay_8.dts b/drivers/of/unittest-data/overlay_8.dts new file mode 100644 index 000000000000..e9718d118e38 --- /dev/null +++ b/drivers/of/unittest-data/overlay_8.dts @@ -0,0 +1,10 @@ +// SPDX-License-Identifier: GPL-2.0 +/dts-v1/; +/plugin/; + +/* overlay_8 */ +/* overlays 8, 9, 10, 11 application and removal in bad sequence */ + +&unittest8 { + status = "okay"; +}; |