Skip to content

Commit bfc1752

Browse files
dt-bindings: PCI: qcom,pcie-sm8250: 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 494b260 commit bfc1752

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

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

6262
interrupts:
6363
minItems: 8
64-
maxItems: 8
64+
maxItems: 9
6565

6666
interrupt-names:
67+
minItems: 8
6768
items:
6869
- const: msi0
6970
- const: msi1
@@ -73,6 +74,7 @@ properties:
7374
- const: msi5
7475
- const: msi6
7576
- const: msi7
77+
- const: global
7678

7779
resets:
7880
maxItems: 1
@@ -143,9 +145,10 @@ examples:
143145
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
144146
<GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
145147
<GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
146-
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
148+
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
149+
<GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
147150
interrupt-names = "msi0", "msi1", "msi2", "msi3",
148-
"msi4", "msi5", "msi6", "msi7";
151+
"msi4", "msi5", "msi6", "msi7", "global";
149152
#interrupt-cells = <1>;
150153
interrupt-map-mask = <0 0 0 0x7>;
151154
interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */

0 commit comments

Comments
 (0)