aboutsummaryrefslogtreecommitdiff
path: root/Bindings/rtc/rtc-opal.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Bindings/rtc/rtc-opal.txt')
-rw-r--r--Bindings/rtc/rtc-opal.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Bindings/rtc/rtc-opal.txt b/Bindings/rtc/rtc-opal.txt
index af87e5ecac54..a1734e5cb75b 100644
--- a/Bindings/rtc/rtc-opal.txt
+++ b/Bindings/rtc/rtc-opal.txt
@@ -5,12 +5,13 @@ Required properties:
- comapatible: Should be "ibm,opal-rtc"
Optional properties:
-- has-tpo: Decides if the wakeup is supported or not.
+- wakeup-source: Decides if the wakeup is supported or not
+ (Legacy property supported: "has-tpo")
Example:
rtc {
compatible = "ibm,opal-rtc";
- has-tpo;
+ wakeup-source;
phandle = <0x10000029>;
linux,phandle = <0x10000029>;
};