Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:x
1 * MELFAS MMS114/MMS152/MMS345L touchscreen controller
4 - compatible: should be one of:
5 - "melfas,mms114"
6 - "melfas,mms152"
7 - "melfas,mms345l"
8 - reg: I2C address of the chip
9 - interrupts: interrupt to which the chip is connected
10 - touchscreen-size-x: See [1]
11 - touchscreen-size-y: See [1]
14 - touchscreen-fuzz-x: See [1]
15 - touchscreen-fuzz-y: See [1]
16 - touchscreen-fuzz-pressure: See [1]
17 - touchscreen-inverted-x: See [1]
18 - touchscreen-inverted-y: See [1]
19 - touchscreen-swapped-x-y: See [1]
21 [1]: Documentation/devicetree/bindings/input/touchscreen/touchscreen.txt
28 touchscreen@48 {
32 touchscreen-size-x = <720>;
33 touchscreen-size-y = <1280>;
34 touchscreen-fuzz-x = <10>;
35 touchscreen-fuzz-y = <10>;
36 touchscreen-fuzz-pressure = <10>;
37 touchscreen-inverted-x;
38 touchscreen-inverted-y;