of: Move testcase FDT data into drivers/of
The testcase data is usable by any platform. This patch moves it into
the drivers/of directory so it can be included by any architecture.
Using the test cases requires manually adding #include <testcases.dtsi>
to the end of the boards .dtsi file and enabling CONFIG_OF_SELFTEST. Not
pretty though. A useful project would be to make the testcase code
easier to execute.
Signed-off-by:
Grant Likely <grant.likely@linaro.org>
Showing
- arch/arm/boot/dts/testcases/tests.dtsi 0 additions, 2 deletionsarch/arm/boot/dts/testcases/tests.dtsi
- arch/arm/boot/dts/versatile-pb.dts 2 additions, 2 deletionsarch/arm/boot/dts/versatile-pb.dts
- drivers/of/testcase-data/testcases.dtsi 2 additions, 0 deletionsdrivers/of/testcase-data/testcases.dtsi
- drivers/of/testcase-data/tests-interrupts.dtsi 0 additions, 0 deletionsdrivers/of/testcase-data/tests-interrupts.dtsi
- drivers/of/testcase-data/tests-phandle.dtsi 0 additions, 0 deletionsdrivers/of/testcase-data/tests-phandle.dtsi
- scripts/Makefile.lib 1 addition, 0 deletionsscripts/Makefile.lib
drivers/of/testcase-data/testcases.dtsi
0 → 100644
File moved
File moved
Please register or sign in to comment