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

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

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

parents 8c160a59 48da5e07
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>;
    };