mirror of
https://github.com/torvalds/linux.git
synced 2024-12-19 09:32:32 +00:00
177d271cf3
Add unittests for OF overlays. It tests overlay device addition/removal and whether the apply revert sequence is correct. Changes since V1: * Added local fixups entries. Signed-off-by: Pantelis Antoniou <pantelis.antoniou@konsulko.com> Signed-off-by: Grant Likely <grant.likely@linaro.org>
15 lines
206 B
Plaintext
15 lines
206 B
Plaintext
* OF selftest platform device
|
|
|
|
** selftest
|
|
|
|
Required properties:
|
|
- compatible: must be "selftest"
|
|
|
|
All other properties are optional.
|
|
|
|
Example:
|
|
selftest {
|
|
compatible = "selftest";
|
|
status = "okay";
|
|
};
|