Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/evalenti/linux...
[linux/fpc-iii.git] / Documentation / devicetree / bindings / input / touchscreen / sx8654.txt
blob5aaa6b3aa90c26ef2aa3a4feff7218eb832c4a0e
1 * Semtech SX8654 I2C Touchscreen Controller
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
9 Example:
11         sx8654@48 {
12                 compatible = "semtech,sx8654";
13                 reg = <0x48>;
14                 interrupt-parent = <&gpio6>;
15                 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
16         };