summaryrefslogtreecommitdiffstats
path: root/doc/opal-api/opal-read-write-tpo-103-104.rst
blob: 0040615adb81bd0e8a1942e2c59e73cd0beb8bad (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.
OpenPOWER on IntegriCloud