summaryrefslogtreecommitdiffstats
path: root/drivers/of/unittest-data/overlay_bad_phandle.dts
diff options
context:
space:
mode:
authorFrank Rowand <frank.rowand@sony.com>2022-10-24 12:34:30 -0500
committerRob Herring <robh@kernel.org>2022-10-26 09:02:28 -0500
commite87cacadebaf3c03584fbfb540303301cd2c2cbc (patch)
tree5fcc9136166a4cfc845c0ffd4b0d5ccfca3af95a /drivers/of/unittest-data/overlay_bad_phandle.dts
parent941214a512d8c80d47e720c17ec17e8539175e93 (diff)
downloadlinux-stable-e87cacadebaf3c03584fbfb540303301cd2c2cbc.tar.gz
linux-stable-e87cacadebaf3c03584fbfb540303301cd2c2cbc.tar.bz2
linux-stable-e87cacadebaf3c03584fbfb540303301cd2c2cbc.zip
of: overlay: rename overlay source files from .dts to .dtso
In drivers/of/unittest-data/: - Rename .dts overlay source files to use .dtso suffix. Modify driver/of/unitest.c to use .dtbo.o based symbols instead of .dtb.o Signed-off-by: Frank Rowand <frank.rowand@sony.com> Signed-off-by: Andrew Davis <afd@ti.com> Reviewed-by: Geert Uytterhoeven <geert+renesas@glider.be> Tested-by: Geert Uytterhoeven <geert+renesas@glider.be> Reviewed-by: Frank Rowand <frowand.list@gmail.com> Tested-by: Frank Rowand <frowand.list@gmail.com> Link: https://lore.kernel.org/r/20221024173434.32518-4-afd@ti.com Signed-off-by: Rob Herring <robh@kernel.org>
Diffstat (limited to 'drivers/of/unittest-data/overlay_bad_phandle.dts')
-rw-r--r--drivers/of/unittest-data/overlay_bad_phandle.dts14
1 files changed, 0 insertions, 14 deletions
diff --git a/drivers/of/unittest-data/overlay_bad_phandle.dts b/drivers/of/unittest-data/overlay_bad_phandle.dts
deleted file mode 100644
index 83b797360318..000000000000
--- a/drivers/of/unittest-data/overlay_bad_phandle.dts
+++ /dev/null
@@ -1,14 +0,0 @@
-// SPDX-License-Identifier: GPL-2.0
-/dts-v1/;
-/plugin/;
-
-&electric_1 {
-
- // This label should cause an error when the overlay
- // is applied. There is already a phandle value
- // in the base tree for motor-1.
- spin_ctrl_1_conflict: motor-1 {
- accelerate = < 3 >;
- decelerate = < 5 >;
- };
-};