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

Commit fdde8575 authored by qctecmdr Service's avatar qctecmdr Service Committed by Gerrit - the friendly Code Review server
Browse files

Merge "dt-bindings: lito-pinctrl: add wakeup interrupt parent for GPIO"

parents 33adc797 95c8d2a7
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -40,6 +40,11 @@ LITO platform.
	Definition: must be 2. Specifying the pin number and flags, as defined
		    in <dt-bindings/gpio/gpio.h>

- wakeup-parent:
	Usage: optional
	Value type: <phandle>
	Definition: A phandle to the wakeup interrupt controller for the SoC.

Please refer to ../gpio/gpio.txt and ../interrupt-controller/interrupts.txt for
a general description of GPIO and interrupt bindings.

@@ -183,4 +188,5 @@ Example:
		#gpio-cells = <2>;
		interrupt-controller;
		#interrupt-cells = <2>;
		wakeup-parent = <&pdc>;
	};