Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
[deliverable/linux.git] / Documentation / devicetree / bindings / rtc / rtc-opal.txt
CommitLineData
16b1d26e
NG
1IBM OPAL real-time clock
2------------------------
3
4Required properties:
5- comapatible: Should be "ibm,opal-rtc"
6
7Optional properties:
71a0151c
SH
8- wakeup-source: Decides if the wakeup is supported or not
9 (Legacy property supported: "has-tpo")
16b1d26e
NG
10
11Example:
12 rtc {
13 compatible = "ibm,opal-rtc";
71a0151c 14 wakeup-source;
16b1d26e
NG
15 phandle = <0x10000029>;
16 linux,phandle = <0x10000029>;
17 };
This page took 0.129453 seconds and 5 git commands to generate.