blob: 96e7669eb7e7e35346cc87914c26867d028f5e11 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
ibm,opal/diagnostics device tree entries
========================================
The diagnostics node under ibm,opal describes a userspace-to-firmware
interface, supporting the runtime processor recovery diagnostics functions.
**Note:** Some systemd init scripts look for the presence of the path
``/ibm,opal/diagnostics`` in order to run the opal-prd daemon.
The properties of a prd node are:
.. code-block:: dts
/ {
ibm,opal {
diagnostics {
compatible = "ibm,opal-prd";
};
};
};
|