Lines Matching +full:touchscreen +full:- +full:fuzz +full:- +full:x
1 * Texas Instruments tsc2004 and tsc2005 touchscreen controllers
4 - compatible : "ti,tsc2004" or "ti,tsc2005"
5 - reg : Device address
6 - interrupts : IRQ specifier
7 - spi-max-frequency : Maximum SPI clocking speed of the device
11 - vio-supply : Regulator specifier
12 - reset-gpios : GPIO specifier for the controller reset line
13 - ti,x-plate-ohms : integer, resistance of the touchscreen's X plates
15 - ti,esd-recovery-timeout-ms : integer, if the touchscreen does not respond after
18 - properties defined in touchscreen.txt
26 vio-supply = <&vio>;
28 reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>;
29 interrupts-extended = <&gpio1 27 IRQ_TYPE_EDGE_RISING>;
31 touchscreen-fuzz-x = <4>;
32 touchscreen-fuzz-y = <7>;
33 touchscreen-fuzz-pressure = <2>;
34 touchscreen-size-x = <4096>;
35 touchscreen-size-y = <4096>;
36 touchscreen-max-pressure = <2048>;
38 ti,x-plate-ohms = <280>;
39 ti,esd-recovery-timeout-ms = <8000>;
46 spi-max-frequency = <6000000>;
49 vio-supply = <&vio>;
51 reset-gpios = <&gpio4 8 GPIO_ACTIVE_HIGH>; /* 104 */
52 interrupts-extended = <&gpio4 4 IRQ_TYPE_EDGE_RISING>; /* 100 */
54 touchscreen-fuzz-x = <4>;
55 touchscreen-fuzz-y = <7>;
56 touchscreen-fuzz-pressure = <2>;
57 touchscreen-size-x = <4096>;
58 touchscreen-size-y = <4096>;
59 touchscreen-max-pressure = <2048>;
61 ti,x-plate-ohms = <280>;
62 ti,esd-recovery-timeout-ms = <8000>;