From: sushaanth.s@ti.com (Sushaanth Srirangapathi)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/3] Input: tps6507x-ts - add support for tps6507x-ts
Date: Mon, 1 Feb 2016 11:58:48 +0530 [thread overview]
Message-ID: <1454308130-12452-3-git-send-email-sushaanth.s@ti.com> (raw)
In-Reply-To: <1454308130-12452-1-git-send-email-sushaanth.s@ti.com>
add binding information for tps6507x touchscreen input.
Signed-off-by: Sushaanth Srirangapathi <sushaanth.s@ti.com>
---
Documentation/devicetree/bindings/mfd/tps6507x.txt | 12 +++++++++++-
1 file changed, 11 insertions(+), 1 deletion(-)
diff --git a/Documentation/devicetree/bindings/mfd/tps6507x.txt b/Documentation/devicetree/bindings/mfd/tps6507x.txt
index 8fffa3c..74c768b 100644
--- a/Documentation/devicetree/bindings/mfd/tps6507x.txt
+++ b/Documentation/devicetree/bindings/mfd/tps6507x.txt
@@ -23,6 +23,8 @@ Required properties:
vindcdc1_2-supply: VDCDC1 and VDCDC2 input.
vindcdc3-supply : VDCDC3 input.
vldo1_2-supply : VLDO1 and VLDO2 input.
+- touchscreen: This is child node which specify touchscreen
+ properties.
Regulator Optional properties:
- defdcdc_default: It's property of DCDC2 and DCDC3 regulators.
@@ -30,6 +32,12 @@ Regulator Optional properties:
1: If defdcdc pin of DCDC2/DCDC3 is driven HIGH.
If this property is not defined, it defaults to 0 (not enabled).
+Touchscreen Optional properties:
+- ti,min-pressure : pressure level above which the event is considered as a
+ valid touch.
+This binding was not added as a generic binding because there was no driver
+using such a property.
+
Example:
pmu: tps6507x at 48 {
@@ -87,5 +95,7 @@ Example:
regulator-boot-on;
};
};
-
+ touchscreen {
+ ti,min-pressure = <0x30>;
+ };
};
--
1.7.9.5
next prev parent reply other threads:[~2016-02-01 6:28 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-01 6:28 [PATCH 0/3] Add Device Tree support for tps6507x-ts Sushaanth Srirangapathi
2016-02-01 6:28 ` [PATCH 1/3] Input: tps6507x-ts - add binding " Sushaanth Srirangapathi
2016-02-01 14:39 ` Rob Herring
2016-02-01 6:28 ` Sushaanth Srirangapathi [this message]
2016-02-01 6:42 ` [PATCH 1/3] Input: tps6507x-ts - add support " Sushaanth Srirangapathi
2016-02-01 6:28 ` [PATCH 2/3] Input: tps6507x-ts - Add device tree support Sushaanth Srirangapathi
2016-02-01 6:28 ` [PATCH 3/3] ARM: DTS: da850: add DT node for tps6507x-ts Sushaanth Srirangapathi
2016-02-17 13:26 ` Sekhar Nori
2016-04-07 9:36 ` Sekhar Nori
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=1454308130-12452-3-git-send-email-sushaanth.s@ti.com \
--to=sushaanth.s@ti.com \
--cc=linux-arm-kernel@lists.infradead.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