blob: b46500650376831ffe52b6470260c2ce9d41bea6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
OPAL_READ_TPO and OPAL_WRITE_TPO
================================
TPO is a Timed Power On facility.
It is an OPTIONAL part of the OPAL spec.
If a platform supports Timed Power On (TPO), the RTC node in the device tree (itself under the "ibm,opal" node will have the has-tpo property: ::
rtc {
compatible = "ibm,opal-rtc";
has-tpo;
};
If the "has-tpo" proprety is *NOT* present then OPAL does *NOT* support TPO.
|