diff options
author | Frank Rowand <frank.rowand@sony.com> | 2022-10-24 19:34:30 +0200 |
---|---|---|
committer | Rob Herring <robh@kernel.org> | 2022-10-26 16:02:28 +0200 |
commit | e87cacadebaf3c03584fbfb540303301cd2c2cbc (patch) | |
tree | 5fcc9136166a4cfc845c0ffd4b0d5ccfca3af95a /drivers/of/unittest-data/overlay_gpio_01.dts | |
parent | kbuild: Allow DTB overlays to built into .dtbo.S files (diff) | |
download | linux-e87cacadebaf3c03584fbfb540303301cd2c2cbc.tar.xz linux-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_gpio_01.dts')
-rw-r--r-- | drivers/of/unittest-data/overlay_gpio_01.dts | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/drivers/of/unittest-data/overlay_gpio_01.dts b/drivers/of/unittest-data/overlay_gpio_01.dts deleted file mode 100644 index 699ff104ae10..000000000000 --- a/drivers/of/unittest-data/overlay_gpio_01.dts +++ /dev/null @@ -1,23 +0,0 @@ -// SPDX-License-Identifier: GPL-2.0 -/dts-v1/; -/plugin/; - -&unittest_test_bus { - #address-cells = <1>; - #size-cells = <0>; - gpio@0 { - compatible = "unittest-gpio"; - reg = <0>; - gpio-controller; - #gpio-cells = <2>; - ngpios = <2>; - gpio-line-names = "line-A", "line-B"; - - line-b { - gpio-hog; - gpios = <2 0>; - input; - line-name = "line-B-input"; - }; - }; -}; |