Lines Matching +full:touchscreen +full:- +full:inverted +full:- +full:x
1 # SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause)
3 ---
4 $id: http://devicetree.org/schemas/input/touchscreen/melfas,mms114.yaml#
5 $schema: http://devicetree.org/meta-schemas/core.yaml#
7 title: Melfas MMS114 family touchscreen controller bindings
10 - Linus Walleij <linus.walleij@linaro.org>
13 - $ref: touchscreen.yaml#
17 pattern: "^touchscreen(@.*)?$"
21 - enum:
22 - melfas,mms114
23 - melfas,mms134s
24 - melfas,mms136
25 - melfas,mms152
26 - melfas,mms345l
31 clock-frequency:
39 avdd-supply:
42 vdd-supply:
45 touchscreen-size-x: true
46 touchscreen-size-y: true
47 touchscreen-fuzz-x: true
48 touchscreen-fuzz-y: true
49 touchscreen-fuzz-pressure: true
50 touchscreen-inverted-x: true
51 touchscreen-inverted-y: true
52 touchscreen-swapped-x-y: true
53 touchscreen-max-pressure: true
58 - compatible
59 - reg
60 - interrupts
61 - touchscreen-size-x
62 - touchscreen-size-y
65 - |
66 #include <dt-bindings/interrupt-controller/irq.h>
68 #address-cells = <1>;
69 #size-cells = <0>;
70 touchscreen@48 {
73 interrupt-parent = <&gpio>;
75 avdd-supply = <&ldo1_reg>;
76 vdd-supply = <&ldo2_reg>;
77 touchscreen-size-x = <720>;
78 touchscreen-size-y = <1280>;
79 touchscreen-fuzz-x = <10>;
80 touchscreen-fuzz-y = <10>;
81 touchscreen-fuzz-pressure = <10>;
82 touchscreen-inverted-x;
83 touchscreen-inverted-y;