Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6eb89f9e authored by Lina Iyer's avatar Lina Iyer Committed by Maulik Shah
Browse files

dt-bindings: 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.

Change-Id: I3601e3a037250a77253dce281c5f503400a6dc26
parent 65b8a22a
Loading
Loading
Loading
Loading
+13 −0
Original line number Diff line number Diff line
@@ -108,3 +108,16 @@ commonly used:
			sensitivity = <7>;
		};
	};

3) Interrupt wakeup 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. These
interrupt controllers do not fall into the category of a parent interrupt
controller and can be specified by the "wakeup-parent" property and contain a
single phandle referring to the wakeup capable interrupt controller.

   Example:
	wakeup-parent = <&pdc_intc>;