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

Commit 48da5e07 authored by Maulik Shah's avatar Maulik Shah
Browse files

ARM: dts: msm: Add support to disable PDC wakeup for gpios for lahaina

Add optional property to list gpios for which PDC wakeup is not needed.
Such GPIOs will ignore PDC direct connect mapping and will continue to use
tlmm for interrupt.

Change-Id: Iffa050d5e880c250d85ddf825a2f2b90de2c55a4
parent 69001c6a
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -55,6 +55,11 @@ properties:
      Value type: <phandle>
      Definition: A phandle to the wakeup interrupt controller for the SoC.

  no-wake-gpios:
      Usage: optional
      Value type: <prop-encoded-array>
      Definition: List of gpios to not use for wakeup.

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

@@ -196,4 +201,5 @@ examples:
      interrupt-controller;
      #interrupt-cells = <2>;
      wakeup-parent = <&pdc>;
      no-wake-gpios = <2 7 11>;
    };