Skip to content

Commit 12a18bb

Browse files
committed
dt-bindings: pinctrl: qcom: allow nine interrupts on SM6350
Almost all Qualcomm SoC Top Level Mode Multiplexers come with only summary interrupt. SM6350 is different because downstream and upstream DTS have nine of the interrupts. Allow such variation. Reviewed-by: Rob Herring <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Krzysztof Kozlowski <[email protected]>
1 parent 4527715 commit 12a18bb

34 files changed

+113
-36
lines changed

Documentation/devicetree/bindings/pinctrl/qcom,ipq6018-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ properties:
1919
reg:
2020
maxItems: 1
2121

22-
interrupts: true
22+
interrupts:
23+
maxItems: 1
24+
2325
interrupt-controller: true
2426
"#interrupt-cells": true
2527
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,ipq8074-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ properties:
2020
reg:
2121
maxItems: 1
2222

23-
interrupts: true
23+
interrupts:
24+
maxItems: 1
25+
2426
interrupt-controller: true
2527
"#interrupt-cells": true
2628
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,mdm9607-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

Documentation/devicetree/bindings/pinctrl/qcom,mdm9615-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ properties:
2020
reg:
2121
maxItems: 1
2222

23-
interrupts: true
23+
interrupts:
24+
maxItems: 1
25+
2426
interrupt-controller: true
2527
'#interrupt-cells': true
2628
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,msm8226-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ properties:
2020
description: Specifies the base address and size of the TLMM register space
2121
maxItems: 1
2222

23-
interrupts: true
23+
interrupts:
24+
maxItems: 1
25+
2426
interrupt-controller: true
2527
"#interrupt-cells": true
2628
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,msm8660-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ properties:
2020
reg:
2121
maxItems: 1
2222

23-
interrupts: true
23+
interrupts:
24+
maxItems: 1
25+
2426
interrupt-controller: true
2527
"#interrupt-cells": true
2628
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,msm8909-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

Documentation/devicetree/bindings/pinctrl/qcom,msm8916-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ properties:
2020
reg:
2121
maxItems: 1
2222

23-
interrupts: true
23+
interrupts:
24+
maxItems: 1
25+
2426
interrupt-controller: true
2527
"#interrupt-cells": true
2628
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,msm8953-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,9 @@ properties:
1919
reg:
2020
maxItems: 1
2121

22-
interrupts: true
22+
interrupts:
23+
maxItems: 1
24+
2325
interrupt-controller: true
2426
"#interrupt-cells": true
2527
gpio-controller: true

Documentation/devicetree/bindings/pinctrl/qcom,msm8960-pinctrl.yaml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ properties:
2020
reg:
2121
maxItems: 1
2222

23-
interrupts: true
23+
interrupts:
24+
maxItems: 1
25+
2426
interrupt-controller: true
2527
"#interrupt-cells": true
2628
gpio-controller: true

0 commit comments

Comments
 (0)