Message ID | 20211123081433.2797395-5-vincent.knecht@mailoo.org (mailing list archive) |
---|---|
State | Superseded |
Headers | show |
Series | msg2638: Add support for msg2138 and key events | expand |
On Tue, 23 Nov 2021 09:14:32 +0100, Vincent Knecht wrote: > Document optional linux,keycodes support. > > Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org> > --- > .../devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 4 ++++ > 1 file changed, 4 insertions(+) > Acked-by: Rob Herring <robh@kernel.org>
diff --git a/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml b/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml index 2fb7e01bb65a..af4f954de958 100644 --- a/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml +++ b/Documentation/devicetree/bindings/input/touchscreen/mstar,msg2638.yaml @@ -36,6 +36,10 @@ properties: touchscreen-size-x: true touchscreen-size-y: true + linux,keycodes: + minItems: 1 + maxItems: 4 + additionalProperties: false required:
Document optional linux,keycodes support. Signed-off-by: Vincent Knecht <vincent.knecht@mailoo.org> --- .../devicetree/bindings/input/touchscreen/mstar,msg2638.yaml | 4 ++++ 1 file changed, 4 insertions(+)