File tree Expand file tree Collapse file tree 1 file changed +16
-3
lines changed
Documentation/devicetree/bindings/input/touchscreen Expand file tree Collapse file tree 1 file changed +16
-3
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ title: Imagis IST30XXC family touchscreen controller
9
9
maintainers :
10
10
-
Markuss Broks <[email protected] >
11
11
12
- allOf :
13
- - $ref : touchscreen.yaml#
14
-
15
12
properties :
16
13
$nodename :
17
14
pattern : " ^touchscreen@[0-9a-f]+$"
@@ -34,6 +31,10 @@ properties:
34
31
vddio-supply :
35
32
description : Power supply regulator for the I2C bus
36
33
34
+ linux,keycodes :
35
+ description : Keycodes for the touch keys
36
+ maxItems : 5
37
+
37
38
touchscreen-size-x : true
38
39
touchscreen-size-y : true
39
40
touchscreen-fuzz-x : true
@@ -44,6 +45,18 @@ properties:
44
45
45
46
additionalProperties : false
46
47
48
+ allOf :
49
+ - $ref : touchscreen.yaml#
50
+ - if :
51
+ not :
52
+ properties :
53
+ compatible :
54
+ contains :
55
+ const : imagis,ist3032c
56
+ then :
57
+ properties :
58
+ linux,keycodes : false
59
+
47
60
required :
48
61
- compatible
49
62
- reg
You can’t perform that action at this time.
0 commit comments