summaryrefslogtreecommitdiff
path: root/tests/testdata/libufdt_local_fixup.add_ov_dts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/libufdt_local_fixup.add_ov_dts')
-rw-r--r--tests/testdata/libufdt_local_fixup.add_ov_dts11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/testdata/libufdt_local_fixup.add_ov_dts b/tests/testdata/libufdt_local_fixup.add_ov_dts
deleted file mode 100644
index 2734141..0000000
--- a/tests/testdata/libufdt_local_fixup.add_ov_dts
+++ /dev/null
@@ -1,11 +0,0 @@
-/dts-v1/ /plugin/;
-/ {
- fragment@0 {
- target = <&a>;
- __overlay__ {
- c: c{
- d{ interrupt_parent = <&c>; };
- };
- };
- };
-};