diff options
Diffstat (limited to 'Documentation/devicetree/bindings/input/touchscreen/sx8654.txt')
-rw-r--r-- | Documentation/devicetree/bindings/input/touchscreen/sx8654.txt | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt b/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt new file mode 100644 index 000000000000..5aaa6b3aa90c --- /dev/null +++ b/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt | |||
@@ -0,0 +1,16 @@ | |||
1 | * Semtech SX8654 I2C Touchscreen Controller | ||
2 | |||
3 | Required properties: | ||
4 | - compatible: must be "semtech,sx8654" | ||
5 | - reg: i2c slave address | ||
6 | - interrupt-parent: the phandle for the interrupt controller | ||
7 | - interrupts: touch controller interrupt | ||
8 | |||
9 | Example: | ||
10 | |||
11 | sx8654@48 { | ||
12 | compatible = "semtech,sx8654"; | ||
13 | reg = <0x48>; | ||
14 | interrupt-parent = <&gpio6>; | ||
15 | interrupts = <3 IRQ_TYPE_EDGE_FALLING>; | ||
16 | }; | ||