ACPI: EC: Rework flushing of pending work
[linux/fpc-iii.git] / Documentation / devicetree / bindings / rtc / rtc-opal.txt
blob2340938cd0f5bca661ac97534d8a3f46205f9610
1 IBM OPAL real-time clock
2 ------------------------
4 Required properties:
5 - compatible: Should be "ibm,opal-rtc"
7 Optional properties:
8 - wakeup-source: Decides if the wakeup is supported or not
9                  (Legacy property supported: "has-tpo")
11 Example:
12         rtc {
13                 compatible = "ibm,opal-rtc";
14                 wakeup-source;
15                 phandle = <0x10000029>;
16                 linux,phandle = <0x10000029>;
17         };