diff options
Diffstat (limited to 'Documentation/devicetree/bindings/rtc/rtc-opal.txt')
-rw-r--r-- | Documentation/devicetree/bindings/rtc/rtc-opal.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/rtc/rtc-opal.txt b/Documentation/devicetree/bindings/rtc/rtc-opal.txt new file mode 100644 index 000000000000..af87e5ecac54 --- /dev/null +++ b/Documentation/devicetree/bindings/rtc/rtc-opal.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | IBM OPAL real-time clock | ||
2 | ------------------------ | ||
3 | |||
4 | Required properties: | ||
5 | - comapatible: Should be "ibm,opal-rtc" | ||
6 | |||
7 | Optional properties: | ||
8 | - has-tpo: Decides if the wakeup is supported or not. | ||
9 | |||
10 | Example: | ||
11 | rtc { | ||
12 | compatible = "ibm,opal-rtc"; | ||
13 | has-tpo; | ||
14 | phandle = <0x10000029>; | ||
15 | linux,phandle = <0x10000029>; | ||
16 | }; | ||