aboutsummaryrefslogtreecommitdiff
path: root/Documentation
diff options
context:
space:
mode:
authorKrzysztof Kozlowski2022-07-05 14:03:56 +0200
committerDmitry Torokhov2022-07-08 15:22:26 -0700
commit42d3f278d504de99edca345cd0543081d725943b (patch)
tree35ac754ff24369e27ba1bdf49a7cf3b72dd0f23c /Documentation
parent005d4674ed3d3d5c1a4c288c2486c8e9949dbb01 (diff)
dt-bindings: input: gpio-keys: accept also interrupt-extended
Each key device node might have interrupts-extended instead of interrupts property: fsl-ls1028a-kontron-sl28-var1.dtb: buttons0: power-button: 'anyOf' conditional failed, one must be fixed: 'interrupts' is a required property 'gpios' is a required property Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20220705120356.94876-4-krzysztof.kozlowski@linaro.org Signed-off-by: Dmitry Torokhov <dmitry.torokhov@gmail.com>
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/devicetree/bindings/input/gpio-keys.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/devicetree/bindings/input/gpio-keys.yaml b/Documentation/devicetree/bindings/input/gpio-keys.yaml
index e722e681d237..17ac9dff7972 100644
--- a/Documentation/devicetree/bindings/input/gpio-keys.yaml
+++ b/Documentation/devicetree/bindings/input/gpio-keys.yaml
@@ -93,6 +93,8 @@ patternProperties:
- required:
- interrupts
- required:
+ - interrupts-extended
+ - required:
- gpios
dependencies: