提交 d853cec7 编写于 作者: R Rob Herring 提交者: Dmitry Torokhov

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: NRob Herring <robh@kernel.org>
Acked-by: NJeff LaBundy <jeff@labundy.com>
Link: https://lore.kernel.org/r/20220608211207.2058487-4-robh@kernel.orgSigned-off-by: NDmitry Torokhov <dmitry.torokhov@gmail.com>
上级 8ac14d2c
...@@ -510,6 +510,7 @@ patternProperties: ...@@ -510,6 +510,7 @@ patternProperties:
"^trackpad-3x[2-3]$": "^trackpad-3x[2-3]$":
type: object type: object
$ref: input.yaml#
description: description:
Represents all channels associated with the trackpad. The channels are Represents all channels associated with the trackpad. The channels are
collectively active if the trackpad is defined and inactive otherwise. collectively active if the trackpad is defined and inactive otherwise.
...@@ -678,7 +679,6 @@ patternProperties: ...@@ -678,7 +679,6 @@ patternProperties:
Specifies the raw count filter strength during low-power mode. Specifies the raw count filter strength during low-power mode.
linux,keycodes: linux,keycodes:
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1 minItems: 1
maxItems: 6 maxItems: 6
description: | description: |
......
...@@ -9,6 +9,9 @@ title: Azoteq IQS620A/621/622/624/625 Keys and Switches ...@@ -9,6 +9,9 @@ title: Azoteq IQS620A/621/622/624/625 Keys and Switches
maintainers: maintainers:
- Jeff LaBundy <jeff@labundy.com> - Jeff LaBundy <jeff@labundy.com>
allOf:
- $ref: input.yaml#
description: | description: |
The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors The Azoteq IQS620A, IQS621, IQS622, IQS624 and IQS625 multi-function sensors
feature a variety of self-capacitive, mutual-inductive and Hall-effect sens- feature a variety of self-capacitive, mutual-inductive and Hall-effect sens-
...@@ -30,7 +33,6 @@ properties: ...@@ -30,7 +33,6 @@ properties:
- azoteq,iqs625-keys - azoteq,iqs625-keys
linux,keycodes: linux,keycodes:
$ref: /schemas/types.yaml#/definitions/uint32-array
minItems: 1 minItems: 1
maxItems: 16 maxItems: 16
description: | description: |
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册