Lines Matching +full:high +full:- +full:resolution
5 - compatible : Must be equal to one of the following:
10 - reg : I2C slave address for the device.
12 - interrupts : GPIO to which the device's active-high RDY
15 - reset-gpios : GPIO to which the device's active-low NRST
20 - touchscreen-min-x : See [2].
22 - touchscreen-min-y : See [2].
24 - touchscreen-size-x : See [2]. If this property is omitted, the
25 maximum x-coordinate is specified by the
26 device's "X Resolution" register.
28 - touchscreen-size-y : See [2]. If this property is omitted, the
29 maximum y-coordinate is specified by the
30 device's "Y Resolution" register.
32 - touchscreen-max-pressure : See [2]. Pressure is expressed as the sum of
39 - touchscreen-fuzz-x : See [2].
41 - touchscreen-fuzz-y : See [2].
43 - touchscreen-fuzz-pressure : See [2].
45 - touchscreen-inverted-x : See [2]. Inversion is applied relative to that
49 - touchscreen-inverted-y : See [2]. Inversion is applied relative to that
53 - touchscreen-swapped-x-y : See [2]. Swapping is applied relative to that
57 [0]: Documentation/devicetree/bindings/interrupt-controller/interrupts.txt
69 interrupt-parent = <&gpio>;
71 reset-gpios = <&gpio 27 1>;
73 touchscreen-size-x = <640>;
74 touchscreen-size-y = <480>;
76 touchscreen-max-pressure = <16000>;