Merge tag 'v4.20' into next
[sfrench/cifs-2.6.git] / Documentation / devicetree / bindings / input / touchscreen / sx8654.txt
1 * Semtech SX8654 I2C Touchscreen Controller
2
3 Required properties:
4 - compatible: must be "semtech,sx8654"
5 - reg: i2c slave address
6 - interrupts: touch controller interrupt
7
8 Example:
9
10         sx8654@48 {
11                 compatible = "semtech,sx8654";
12                 reg = <0x48>;
13                 interrupt-parent = <&gpio6>;
14                 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
15         };