mirror of
https://github.com/torvalds/linux.git
synced 2024-12-18 09:02:17 +00:00
71a0151c5c
This patch marks all the reference to the legacy wakeup bindings and replaces them with the standard "wakeup-source" property. All these legacy property are also listed under a separate section in the generic wakeup-source binding document. Cc: Rob Herring <robh+dt@kernel.org> Cc: Pawel Moll <pawel.moll@arm.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Ian Campbell <ijc+devicetree@hellion.org.uk> Signed-off-by: Sudeep Holla <sudeep.holla@arm.com> Signed-off-by: Rob Herring <robh@kernel.org>
18 lines
362 B
Plaintext
18 lines
362 B
Plaintext
IBM OPAL real-time clock
|
|
------------------------
|
|
|
|
Required properties:
|
|
- comapatible: Should be "ibm,opal-rtc"
|
|
|
|
Optional properties:
|
|
- wakeup-source: Decides if the wakeup is supported or not
|
|
(Legacy property supported: "has-tpo")
|
|
|
|
Example:
|
|
rtc {
|
|
compatible = "ibm,opal-rtc";
|
|
wakeup-source;
|
|
phandle = <0x10000029>;
|
|
linux,phandle = <0x10000029>;
|
|
};
|