aboutsummaryrefslogtreecommitdiffstats
path: root/dtc/tests/overlay_bad_fixup_path_only_sep.dts
diff options
context:
space:
mode:
Diffstat (limited to 'dtc/tests/overlay_bad_fixup_path_only_sep.dts')
-rw-r--r--dtc/tests/overlay_bad_fixup_path_only_sep.dts14
1 files changed, 14 insertions, 0 deletions
diff --git a/dtc/tests/overlay_bad_fixup_path_only_sep.dts b/dtc/tests/overlay_bad_fixup_path_only_sep.dts
new file mode 100644
index 000000000..3cbf6c40f
--- /dev/null
+++ b/dtc/tests/overlay_bad_fixup_path_only_sep.dts
@@ -0,0 +1,14 @@
+/*
+ * Copyright (c) 2016 NextThing Co
+ * Copyright (c) 2016 Free Electrons
+ *
+ * SPDX-License-Identifier: GPL-2.0+
+ */
+
+/include/ "overlay_bad_fixup_base.dtsi"
+
+/ {
+ __fixups__ {
+ test = "/fragment@0:";
+ };
+};