From: Stefano Manni <stefano.manni@gmail.com>
To: nick@shmanahar.org, dmitry.torokhov@gmail.com,
robh+dt@kernel.org, mark.rutland@arm.com
Cc: Stefano Manni <stefano.manni@gmail.com>,
linux-input@vger.kernel.org, devicetree@vger.kernel.org,
linux-kernel@vger.kernel.org
Subject: [PATCH 2/2] dt-bindings: input: Add wakeup-source for atmel,maxtouch
Date: Fri, 17 May 2019 23:17:41 +0200 [thread overview]
Message-ID: <20190517211741.8906-2-stefano.manni@gmail.com> (raw)
In-Reply-To: <20190517211741.8906-1-stefano.manni@gmail.com>
Add wakeup support to the maxtouch driver.
Signed-off-by: Stefano Manni <stefano.manni@gmail.com>
---
Documentation/devicetree/bindings/input/atmel,maxtouch.txt | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt
index c88919480d37..7491a8843c85 100644
--- a/Documentation/devicetree/bindings/input/atmel,maxtouch.txt
+++ b/Documentation/devicetree/bindings/input/atmel,maxtouch.txt
@@ -31,6 +31,10 @@ Optional properties for main touchpad device:
- reset-gpios: GPIO specifier for the touchscreen's reset pin (active low)
+- wakeup-source: use any event on touchscreen as wakeup event.
+ (Legacy property support: "linux,wakeup")
+
+
Example:
touch@4b {
@@ -38,4 +42,5 @@ Example:
reg = <0x4b>;
interrupt-parent = <&gpio>;
interrupts = <TEGRA_GPIO(W, 3) IRQ_TYPE_LEVEL_LOW>;
+ wakeup-source;
};
--
2.20.1
next prev parent reply other threads:[~2019-05-17 21:17 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-05-17 21:17 [PATCH 1/2] Input: atmel_mxt_ts - add wakeup support Stefano Manni
2019-05-17 21:17 ` Stefano Manni [this message]
2019-06-13 22:52 ` [PATCH 2/2] dt-bindings: input: Add wakeup-source for atmel,maxtouch Rob Herring
2019-05-17 21:30 ` [PATCH 1/2] Input: atmel_mxt_ts - add wakeup support Dmitry Torokhov
2019-05-18 16:55 ` stefano.manni
2019-05-21 5:33 ` Dmitry Torokhov
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20190517211741.8906-2-stefano.manni@gmail.com \
--to=stefano.manni@gmail.com \
--cc=devicetree@vger.kernel.org \
--cc=dmitry.torokhov@gmail.com \
--cc=linux-input@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=mark.rutland@arm.com \
--cc=nick@shmanahar.org \
--cc=robh+dt@kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).