Skip to content

Commit cc9f71d

Browse files
dt-bindings: PCI: qcom,pcie-sc8180x: 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 3797455 commit cc9f71d

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

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

5050
interrupts:
5151
minItems: 8
52-
maxItems: 8
52+
maxItems: 9
5353

5454
interrupt-names:
55+
minItems: 8
5556
items:
5657
- const: msi0
5758
- const: msi1
@@ -61,6 +62,7 @@ properties:
6162
- const: msi5
6263
- const: msi6
6364
- const: msi7
65+
- const: global
6466

6567
resets:
6668
maxItems: 1
@@ -136,15 +138,17 @@ examples:
136138
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
137139
<GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
138140
<GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
139-
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
141+
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
142+
<GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
140143
interrupt-names = "msi0",
141144
"msi1",
142145
"msi2",
143146
"msi3",
144147
"msi4",
145148
"msi5",
146149
"msi6",
147-
"msi7";
150+
"msi7",
151+
"global";
148152
#interrupt-cells = <1>;
149153
interrupt-map-mask = <0 0 0 0x7>;
150154
interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */

0 commit comments

Comments
 (0)