Lines Matching +full:touchscreen +full:- +full:min +full:- +full:x
1 Generic resistive touchscreen ADC
5 - compatible: must be "resistive-adc-touch"
8 Refer to ../iio/iio-bindings.txt for details
9 - iio-channels: must have at least two channels connected to an ADC device.
12 represent the relative position on the "x" and "y" axes.
13 - iio-channel-names: must have all the channels' names. Mandatory channels
14 are "x" and "y".
17 - iio-channels: The third channel named "pressure" is optional and can be
19 If this channel is missing, pressure will be ignored and the touchscreen
21 - iio-channel-names: optional channel named "pressure".
26 compatible = "resistive-adc-touch";
27 touchscreen-min-pressure = <50000>;
28 io-channels = <&adc 24>, <&adc 25>, <&adc 26>;
29 io-channel-names = "x", "y", "pressure";