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

dt-bindings: PCI: qcom,pcie-sm8350: 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-5-2b70a7819d1e@linaro.org

+6 -3
+6 -3
Documentation/devicetree/bindings/pci/qcom,pcie-sm8350.yaml
··· 51 51 52 52 interrupts: 53 53 minItems: 8 54 - maxItems: 8 54 + maxItems: 9 55 55 56 56 interrupt-names: 57 + minItems: 8 57 58 items: 58 59 - const: msi0 59 60 - const: msi1 ··· 64 63 - const: msi5 65 64 - const: msi6 66 65 - const: msi7 66 + - const: global 67 67 68 68 resets: 69 69 maxItems: 1 ··· 134 132 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 135 133 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, 136 134 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>, 137 - <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; 135 + <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>, 136 + <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 138 137 interrupt-names = "msi0", "msi1", "msi2", "msi3", 139 - "msi4", "msi5", "msi6", "msi7"; 138 + "msi4", "msi5", "msi6", "msi7", "global"; 140 139 #interrupt-cells = <1>; 141 140 interrupt-map-mask = <0 0 0 0x7>; 142 141 interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */