Message ID | 20240120-b4-imagis-keys-v2-2-d7fc16f2e106@skole.hr |
---|---|
State | New |
Headers | show |
Series | Imagis touch keys and FIELD_GET cleanup | expand |
diff --git a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml index 2af71cbcc97d..960e5436642f 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/imagis,ist3038c.yaml @@ -42,6 +42,17 @@ properties: touchscreen-inverted-y: true touchscreen-swapped-x-y: true +if: + properties: + compatible: + contains: + const: imagis,ist3032c +then: + properties: + linux,keycodes: + description: Keycodes for the touch keys + maxItems: 2 + additionalProperties: false required:
IST3032C (and possibly some other models) has touch keys. Document this. Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr> --- .../bindings/input/touchscreen/imagis,ist3038c.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+)