We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a169a9 commit 09d3156Copy full SHA for 09d3156
Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
@@ -108,3 +108,15 @@ commonly used:
108
sensitivity = <7>;
109
};
110
111
+
112
+3) Interrupt wakeup parent
113
+--------------------------
114
115
+Some interrupt controllers in a SoC, are always powered on and have a select
116
+interrupts routed to them, so that they can wakeup the SoC from suspend. These
117
+interrupt controllers do not fall into the category of a parent interrupt
118
+controller and can be specified by the "wakeup-parent" property and contain a
119
+single phandle referring to the wakeup capable interrupt controller.
120
121
+ Example:
122
+ wakeup-parent = <&pdc_intc>;
0 commit comments