Skip to content

Commit 09d3156

Browse files
Lina IyerMarc Zyngier
authored andcommitted
of/irq: Document properties for wakeup interrupt parent
Some interrupt controllers in a SoC, are always powered on and have a select interrupts routed to them, so that they can wakeup the SoC from suspend. Add wakeup-parent DT property to refer to these interrupt controllers. Signed-off-by: Lina Iyer <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Reviewed-by: Rob Herring <[email protected]> Reviewed-by: Linus Walleij <[email protected]> Reviewed-by: Stephen Boyd <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4a169a9 commit 09d3156

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

Documentation/devicetree/bindings/interrupt-controller/interrupts.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,3 +108,15 @@ commonly used:
108108
sensitivity = <7>;
109109
};
110110
};
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

Comments
 (0)