File tree Expand file tree Collapse file tree 1 file changed +11
-7
lines changed
Documentation/devicetree/bindings/power Expand file tree Collapse file tree 1 file changed +11
-7
lines changed Original file line number Diff line number Diff line change @@ -3,16 +3,20 @@ Specifying wakeup capability for devices
3
3
4
4
Any device nodes
5
5
----------------
6
- Nodes that describe devices which has wakeup capability must contain an
6
+ Nodes that describe devices which have wakeup capability may contain a
7
7
"wakeup-source" boolean property.
8
8
9
- Also, if device is marked as a wakeup source, then all the primary
10
- interrupt(s) can be used as wakeup interrupt(s).
9
+ If the device is marked as a wakeup-source, interrupt wake capability depends
10
+ on the device specific "interrupt-names" property. If no interrupts are labeled
11
+ as wake capable, then it is up to the device to determine which interrupts can
12
+ wake the system.
11
13
12
- However if the devices have dedicated interrupt as the wakeup source
13
- then they need to specify/identify the same using device specific
14
- interrupt name. In such cases only that interrupt can be used as wakeup
15
- interrupt.
14
+ However if a device has a dedicated interrupt as the wakeup source, then it
15
+ needs to specify/identify it using a device specific interrupt name. In such
16
+ cases only that interrupt can be used as a wakeup interrupt.
17
+
18
+ While various legacy interrupt names exist, new devices should use "wakeup" as
19
+ the canonical interrupt name.
16
20
17
21
List of legacy properties and respective binding document
18
22
---------------------------------------------------------
You can’t perform that action at this time.
0 commit comments