diff options
author | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2025-02-27 19:10:53 +0530 |
---|---|---|
committer | Manivannan Sadhasivam <manivannan.sadhasivam@linaro.org> | 2025-04-19 19:39:25 +0530 |
commit | ff9be267fee89de9d9972677739396445d2d2499 (patch) | |
tree | 2775eb86f410a35ed723a760b159ceca0912e4c5 | |
parent | 54340357c0096aa2e10036c88c9a4cd9048306f9 (diff) |
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
-rw-r--r-- | Documentation/devicetree/bindings/pci/qcom,pcie.yaml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml index 8f628939209e..a34e141a7292 100644 --- a/Documentation/devicetree/bindings/pci/qcom,pcie.yaml +++ b/Documentation/devicetree/bindings/pci/qcom,pcie.yaml @@ -602,8 +602,9 @@ allOf: - properties: interrupts: minItems: 8 - maxItems: 8 + maxItems: 9 interrupt-names: + minItems: 8 items: - const: msi0 - const: msi1 @@ -613,6 +614,7 @@ allOf: - const: msi5 - const: msi6 - const: msi7 + - const: global - if: properties: |