Skip to content

Commit 236d500

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

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ properties:
4545

4646
interrupts:
4747
minItems: 8
48-
maxItems: 8
48+
maxItems: 9
4949

5050
interrupt-names:
51+
minItems: 8
5152
items:
5253
- const: msi0
5354
- const: msi1
@@ -57,6 +58,7 @@ properties:
5758
- const: msi5
5859
- const: msi6
5960
- const: msi7
61+
- const: global
6062

6163
resets:
6264
maxItems: 1
@@ -129,15 +131,17 @@ examples:
129131
<GIC_SPI 313 IRQ_TYPE_LEVEL_HIGH>,
130132
<GIC_SPI 314 IRQ_TYPE_LEVEL_HIGH>,
131133
<GIC_SPI 374 IRQ_TYPE_LEVEL_HIGH>,
132-
<GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>;
134+
<GIC_SPI 375 IRQ_TYPE_LEVEL_HIGH>,
135+
<GIC_SPI 306 IRQ_TYPE_LEVEL_HIGH>;
133136
interrupt-names = "msi0",
134137
"msi1",
135138
"msi2",
136139
"msi3",
137140
"msi4",
138141
"msi5",
139142
"msi6",
140-
"msi7";
143+
"msi7",
144+
"global";
141145
#interrupt-cells = <1>;
142146
interrupt-map-mask = <0 0 0 0x7>;
143147
interrupt-map = <0 0 0 1 &intc GIC_SPI 434 IRQ_TYPE_LEVEL_HIGH>,

0 commit comments

Comments
 (0)