Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b5190516 authored by Grant Likely's avatar Grant Likely
Browse files

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: default avatarGrant Likely <grant.likely@linaro.org>
parent 215a14cf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
/include/ "tests-phandle.dtsi"
/include/ "tests-interrupts.dtsi"
+2 −2
Original line number Diff line number Diff line
/include/ "versatile-ab.dts"
#include <versatile-ab.dts>

/ {
	model = "ARM Versatile PB";
@@ -47,4 +47,4 @@
	};
};

/include/ "testcases/tests.dtsi"
#include <testcases.dtsi>
+2 −0
Original line number Diff line number Diff line
#include "tests-phandle.dtsi"
#include "tests-interrupts.dtsi"
Loading