Skip to content

Commit 98b94e0

Browse files
krzklinusw
authored andcommitted
dt-bindings: pinctrl: qcom,qdu1000-tlmm: restrict number of interrupts
QDU1000 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-2-krzysztof.kozlowski@linaro.org Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
1 parent 5a5eced commit 98b94e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

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

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

0 commit comments

Comments
 (0)