Skip to content

Commit 7e47d9d

Browse files
krzklinusw
authored andcommitted
dt-bindings: pinctrl: qcom,x1e80100-tlmm: restrict number of interrupts
X1E80100 TLMM pin controller comes with only one interrupt, so narrow the number of interrupts previously defined in common TLMM bindings. Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Link: https://lore.kernel.org/r/20231208215534.195854-7-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 6b7d9d4 commit 7e47d9d

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,x1e80100-tlmm.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ properties:
2222
reg:
2323
maxItems: 1
2424

25-
interrupts: true
25+
interrupts:
26+
maxItems: 1
27+
2628
interrupt-controller: true
2729
"#interrupt-cells": true
2830
gpio-controller: true

0 commit comments

Comments
 (0)