Skip to content

Commit ff9be26

Browse files
dt-bindings: PCI: qcom: Add 'global' interrupt for SDM845 SoC
'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 5434035 commit ff9be26

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -602,8 +602,9 @@ allOf:
602602
- properties:
603603
interrupts:
604604
minItems: 8
605-
maxItems: 8
605+
maxItems: 9
606606
interrupt-names:
607+
minItems: 8
607608
items:
608609
- const: msi0
609610
- const: msi1
@@ -613,6 +614,7 @@ allOf:
613614
- const: msi5
614615
- const: msi6
615616
- const: msi7
617+
- const: global
616618

617619
- if:
618620
properties:

0 commit comments

Comments
 (0)