Merge tag 'for-v3.19' of git://git.infradead.org/battery-2.6
[cascardo/linux.git] / Documentation / devicetree / bindings / unittest.txt
1 * OF selftest platform device
2
3 ** selftest
4
5 Required properties:
6 - compatible: must be "selftest"
7
8 All other properties are optional.
9
10 Example:
11         selftest {
12                 compatible = "selftest";
13                 status = "okay";
14         };