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 <manivannan.sadhasivam@linaro.org> Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> Acked-by: Rob Herring (Arm) <robh@kernel.org> Link: https://patch.msgid.link/20250227-pcie-global-irq-v1-11-2b70a7819d1e@linaro.org
1 parent 5434035 commit ff9be26

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

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)