forked from ~ljy/RK356X_SDK_RELEASE

hc
2024-10-22 8ac6c7a54ed1b98d142dce24b11c6de6a1e239a5
kernel/Documentation/devicetree/bindings/input/touchscreen/sx8654.txt
....@@ -1,9 +1,16 @@
11 * Semtech SX8654 I2C Touchscreen Controller
22
33 Required properties:
4
-- compatible: must be "semtech,sx8654"
4
+- compatible: must be one of the following, depending on the model:
5
+ "semtech,sx8650"
6
+ "semtech,sx8654"
7
+ "semtech,sx8655"
8
+ "semtech,sx8656"
59 - reg: i2c slave address
610 - interrupts: touch controller interrupt
11
+
12
+Optional properties:
13
+ - reset-gpios: GPIO specification for the NRST input
714
815 Example:
916
....@@ -12,4 +19,5 @@
1219 reg = <0x48>;
1320 interrupt-parent = <&gpio6>;
1421 interrupts = <3 IRQ_TYPE_EDGE_FALLING>;
22
+ reset-gpios = <&gpio4 2 GPIO_ACTIVE_LOW>;
1523 };