Lines Matching +full:touchscreen +full:- +full:fuzz +full:- +full:x
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/imagis,ist3038c.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Imagis IST30XXC family touchscreen controller
10 - Markuss Broks <[email protected]>
14 pattern: "^touchscreen@[0-9a-f]+$"
18 - imagis,ist3032c
19 - imagis,ist3038
20 - imagis,ist3038b
21 - imagis,ist3038c
22 - imagis,ist3038h
30 vdd-supply:
33 vddio-supply:
40 touchscreen-size-x: true
41 touchscreen-size-y: true
42 touchscreen-fuzz-x: true
43 touchscreen-fuzz-y: true
44 touchscreen-inverted-x: true
45 touchscreen-inverted-y: true
46 touchscreen-swapped-x-y: true
51 - $ref: touchscreen.yaml#
52 - if:
63 - compatible
64 - reg
65 - interrupts
66 - touchscreen-size-x
67 - touchscreen-size-y
70 - |
71 #include <dt-bindings/interrupt-controller/irq.h>
73 #address-cells = <1>;
74 #size-cells = <0>;
75 touchscreen@50 {
78 interrupt-parent = <&gpio>;
80 vdd-supply = <&ldo1_reg>;
81 vddio-supply = <&ldo2_reg>;
82 touchscreen-size-x = <720>;
83 touchscreen-size-y = <1280>;
84 touchscreen-fuzz-x = <10>;
85 touchscreen-fuzz-y = <10>;
86 touchscreen-inverted-x;
87 touchscreen-inverted-y;