Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: input: imagis: Document touch keys

IST3032C (and possibly some other models) has touch keys. Document this.

Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Link: https://lore.kernel.org/r/20240306-b4-imagis-keys-v3-2-2c429afa8420@skole.hr
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Duje Mihanović and committed by
Dmitry Torokhov
44b6cee0 c0ca3dbd

+16 -3
+16 -3
Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml
··· 9 9 maintainers: 10 10 - Markuss Broks <markuss.broks@gmail.com> 11 11 12 - allOf: 13 - - $ref: touchscreen.yaml# 14 - 15 12 properties: 16 13 $nodename: 17 14 pattern: "^touchscreen@[0-9a-f]+$" ··· 31 34 vddio-supply: 32 35 description: Power supply regulator for the I2C bus 33 36 37 + linux,keycodes: 38 + description: Keycodes for the touch keys 39 + maxItems: 5 40 + 34 41 touchscreen-size-x: true 35 42 touchscreen-size-y: true 36 43 touchscreen-fuzz-x: true ··· 44 43 touchscreen-swapped-x-y: true 45 44 46 45 additionalProperties: false 46 + 47 + allOf: 48 + - $ref: touchscreen.yaml# 49 + - if: 50 + not: 51 + properties: 52 + compatible: 53 + contains: 54 + const: imagis,ist3032c 55 + then: 56 + properties: 57 + linux,keycodes: false 47 58 48 59 required: 49 60 - compatible