Skip to content

Commit 42d3f27

Browse files
krzkdtor
authored andcommitted
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 <[email protected]> Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Dmitry Torokhov <[email protected]>
1 parent 005d467 commit 42d3f27

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Documentation/devicetree/bindings/input/gpio-keys.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,8 @@ patternProperties:
9292
anyOf:
9393
- required:
9494
- interrupts
95+
- required:
96+
- interrupts-extended
9597
- required:
9698
- gpios
9799

0 commit comments

Comments
 (0)