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

dt-bindings: input: Use common 'linux,keycodes' definition

The common input schema, input.yaml, already defines 'linux,keycodes'
property. Update the users to use it.

Signed-off-by: Rob Herring <robh@kernel.org>
Acked-by: Jeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220608211207.2058487-4-robh@kernel.org
Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>

authored by

Rob Herring and committed by
Dmitry Torokhov
d853cec7 8ac14d2c

+4 -2
+1 -1
Documentation/devicetree/bindings/input/iqs626a.yaml
··· 510 510 511 511 "^trackpad-3x[2-3]$": 512 512 type: object 513 + $ref: input.yaml# 513 514 description: 514 515 Represents all channels associated with the trackpad. The channels are 515 516 collectively active if the trackpad is defined and inactive otherwise. ··· 679 678 Specifies the raw count filter strength during low-power mode. 680 679 681 680 linux,keycodes: 682 - $ref: /schemas/types.yaml#/definitions/uint32-array 683 681 minItems: 1 684 682 maxItems: 6 685 683 description: |
+3 -1
Documentation/devicetree/bindings/input/iqs62x-keys.yaml
··· 9 9 maintainers: 10 10 - Jeff LaBundy <jeff@labundy.com> 11 11 12 + allOf: 13 + - $ref: input.yaml# 14 + 12 15 description: | 13 16 The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors 14 17 feature a variety of self-capacitive, mutual-inductive and Hall-effect sens- ··· 33 30 - azoteq,iqs625-keys 34 31 35 32 linux,keycodes: 36 - $ref: /schemas/types.yaml#/definitions/uint32-array 37 33 minItems: 1 38 34 maxItems: 16 39 35 description: |