summaryrefslogtreecommitdiff
path: root/Documentation/devicetree/bindings/input/touchscreen/mms114.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/devicetree/bindings/input/touchscreen/mms114.txt')
-rw-r--r--Documentation/devicetree/bindings/input/touchscreen/mms114.txt34
1 files changed, 0 insertions, 34 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/mms114.txt b/Documentation/devicetree/bindings/input/touchscreen/mms114.txt
deleted file mode 100644
index 89d4c56c5671..000000000000
--- a/Documentation/devicetree/bindings/input/touchscreen/mms114.txt
+++ /dev/null
@@ -1,34 +0,0 @@
-* MELFAS MMS114 touchscreen controller
-
-Required properties:
-- compatible: must be "melfas,mms114"
-- reg: I2C address of the chip
-- interrupts: interrupt to which the chip is connected
-- x-size: horizontal resolution of touchscreen
-- y-size: vertical resolution of touchscreen
-
-Optional properties:
-- contact-threshold:
-- moving-threshold:
-- x-invert: invert X axis
-- y-invert: invert Y axis
-
-Example:
-
- i2c@00000000 {
- /* ... */
-
- touchscreen@48 {
- compatible = "melfas,mms114";
- reg = <0x48>;
- interrupts = <39 0>;
- x-size = <720>;
- y-size = <1280>;
- contact-threshold = <10>;
- moving-threshold = <10>;
- x-invert;
- y-invert;
- };
-
- /* ... */
- };