]> git.baikalelectronics.ru Git - kernel.git/commit
of: Move testcase FDT data into drivers/of
authorGrant Likely <grant.likely@linaro.org>
Tue, 18 Feb 2014 21:46:16 +0000 (21:46 +0000)
committerGrant Likely <grant.likely@linaro.org>
Thu, 20 Feb 2014 11:52:08 +0000 (11:52 +0000)
commitbe9a6a34d8f2a6b04c94344d9156d6e6e43fd9c9
treeb043bfe2974111c6fcf24cb719fc2f4270f08fd8
parentea799df99cb1bf57dbde2fb1c669b2e22ce37731
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>
arch/arm/boot/dts/testcases/tests-interrupts.dtsi [deleted file]
arch/arm/boot/dts/testcases/tests-phandle.dtsi [deleted file]
arch/arm/boot/dts/testcases/tests.dtsi [deleted file]
arch/arm/boot/dts/versatile-pb.dts
drivers/of/testcase-data/testcases.dtsi [new file with mode: 0644]
drivers/of/testcase-data/tests-interrupts.dtsi [new file with mode: 0644]
drivers/of/testcase-data/tests-phandle.dtsi [new file with mode: 0644]
scripts/Makefile.lib