···11+* Semtech SX8654 I2C Touchscreen Controller22+33+Required properties:44+- compatible: must be "semtech,sx8654"55+- reg: i2c slave address66+- interrupt-parent: the phandle for the interrupt controller77+- interrupts: touch controller interrupt88+99+Example:1010+1111+ sx8654@48 {1212+ compatible = "semtech,sx8654";1313+ reg = <0x48>;1414+ interrupt-parent = <&gpio6>;1515+ interrupts = <3 IRQ_TYPE_EDGE_FALLING>;1616+ };
+11
drivers/input/touchscreen/Kconfig
···962962 To compile this driver as a module, choose M here: the963963 module will be called sur40.964964965965+config TOUCHSCREEN_SX8654966966+ tristate "Semtech SX8654 touchscreen"967967+ depends on I2C968968+ help969969+ Say Y here if you have a Semtech SX8654 touchscreen controller.970970+971971+ If unsure, say N972972+973973+ To compile this driver as a module, choose M here: the974974+ module will be called sx8654.975975+965976config TOUCHSCREEN_TPS6507X966977 tristate "TPS6507x based touchscreens"967978 depends on I2C