Skip to content

Commit 494b260

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

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

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

Lines changed: 6 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
@@ -128,9 +130,10 @@ examples:
128130
<GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>,
129131
<GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>,
130132
<GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>,
131-
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>;
133+
<GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>,
134+
<GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>;
132135
interrupt-names = "msi0", "msi1", "msi2", "msi3",
133-
"msi4", "msi5", "msi6", "msi7";
136+
"msi4", "msi5", "msi6", "msi7", "global";
134137
#interrupt-cells = <1>;
135138
interrupt-map-mask = <0 0 0 0x7>;
136139
interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */

0 commit comments

Comments
 (0)