summaryrefslogtreecommitdiffstats
path: root/Documentation/devicetree
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-11-12 22:11:56 +0100
committerArnd Bergmann <arnd@arndb.de>2012-11-12 22:11:56 +0100
commit889cf721d7f9249542315599032accffea3b9288 (patch)
tree91a4dcfc2f41c9ccdc664dc156901e7922208994 /Documentation/devicetree
parentdbe30538771b7c9811e397c7ce50db546209b4f6 (diff)
parent63cd201e6559142b16dd2af8c911edd491bf6274 (diff)
downloadop-kernel-dev-889cf721d7f9249542315599032accffea3b9288.zip
op-kernel-dev-889cf721d7f9249542315599032accffea3b9288.tar.gz
Merge branch 'next/boards2' into next/soc2
Dependency for more Renesas soc changes Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'Documentation/devicetree')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
new file mode 100644
index 0000000..df70318
--- /dev/null
+++ b/Documentation/devicetree/bindings/input/touchscreen/egalax-ts.txt
@@ -0,0 +1,19 @@
+* EETI eGalax Multiple Touch Controller
+
+Required properties:
+- compatible: must be "eeti,egalax_ts"
+- reg: i2c slave address
+- interrupt-parent: the phandle for the interrupt controller
+- interrupts: touch controller interrupt
+- wakeup-gpios: the gpio pin to be used for waking up the controller
+ as well as uased as irq pin
+
+Example:
+
+ egalax_ts@04 {
+ compatible = "eeti,egalax_ts";
+ reg = <0x04>;
+ interrupt-parent = <&gpio1>;
+ interrupts = <9 2>;
+ wakeup-gpios = <&gpio1 9 0>;
+ };
OpenPOWER on IntegriCloud