Skip to content

Commit 5434035

Browse files
dt-bindings: PCI: qcom,pcie-sc7280: 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 236d500 commit 5434035

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

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

5555
interrupts:
5656
minItems: 8
57-
maxItems: 8
57+
maxItems: 9
5858

5959
interrupt-names:
60+
minItems: 8
6061
items:
6162
- const: msi0
6263
- const: msi1
@@ -66,6 +67,7 @@ properties:
6667
- const: msi5
6768
- const: msi6
6869
- const: msi7
70+
- const: global
6971

7072
resets:
7173
maxItems: 1
@@ -149,9 +151,10 @@ examples:
149151
<GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
150152
<GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
151153
<GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>,
152-
<GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
154+
<GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>,
155+
<GIC_SPI 306 IRQ_TYPE_LEVEL_HIGH>;
153156
interrupt-names = "msi0", "msi1", "msi2", "msi3",
154-
"msi4", "msi5", "msi6", "msi7";
157+
"msi4", "msi5", "msi6", "msi7", "global";
155158
#interrupt-cells = <1>;
156159
interrupt-map-mask = <0 0 0 0x7>;
157160
interrupt-map = <0 0 0 1 &intc 0 0 0 434 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)