Skip to content

Commit 985b22d

Browse files
dt-bindings: PCI: qcom,pcie-sm8350: Add 'global' interrupt
'global' interrupt is used to receive PCIe controller and link specific events. Signed-off-by: Manivannan Sadhasivam <[email protected]> Reviewed-by: Dmitry Baryshkov <[email protected]> Acked-by: Rob Herring (Arm) <[email protected]> Link: https://patch.msgid.link/[email protected]
1 parent bfc1752 commit 985b22d

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ properties:
5151

5252
interrupts:
5353
minItems: 8
54-
maxItems: 8
54+
maxItems: 9
5555

5656
interrupt-names:
57+
minItems: 8
5758
items:
5859
- const: msi0
5960
- const: msi1
@@ -63,6 +64,7 @@ properties:
6364
- const: msi5
6465
- const: msi6
6566
- const: msi7
67+
- const: global
6668

6769
resets:
6870
maxItems: 1
@@ -132,9 +134,10 @@ examples:
132134
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
133135
<GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
134136
<GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
135-
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
137+
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
138+
<GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
136139
interrupt-names = "msi0", "msi1", "msi2", "msi3",
137-
"msi4", "msi5", "msi6", "msi7";
140+
"msi4", "msi5", "msi6", "msi7", "global";
138141
#interrupt-cells = <1>;
139142
interrupt-map-mask = <0 0 0 0x7>;
140143
interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */

0 commit comments

Comments
 (0)