Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

dt-bindings: PCI: qcom,pcie-sm8250: Add 'global' interrupt

'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-3-2b70a7819d1e@linaro.org

+6 -3
+6 -3
Documentation/devicetree/bindings/pci/qcom,pcie-sm8250.yaml
··· 61 61 62 62 interrupts: 63 63 minItems: 8 64 - maxItems: 8 64 + maxItems: 9 65 65 66 66 interrupt-names: 67 + minItems: 8 67 68 items: 68 69 - const: msi0 69 70 - const: msi1 ··· 74 73 - const: msi5 75 74 - const: msi6 76 75 - const: msi7 76 + - const: global 77 77 78 78 resets: 79 79 maxItems: 1 ··· 145 143 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 146 144 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, 147 145 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>, 148 - <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; 146 + <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>, 147 + <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 149 148 interrupt-names = "msi0", "msi1", "msi2", "msi3", 150 - "msi4", "msi5", "msi6", "msi7"; 149 + "msi4", "msi5", "msi6", "msi7", "global"; 151 150 #interrupt-cells = <1>; 152 151 interrupt-map-mask = <0 0 0 0x7>; 153 152 interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */