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

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

+7 -3
+7 -3
Documentation/devicetree/bindings/pci/qcom,pcie-sc8180x.yaml
··· 49 49 50 50 interrupts: 51 51 minItems: 8 52 - maxItems: 8 52 + maxItems: 9 53 53 54 54 interrupt-names: 55 + minItems: 8 55 56 items: 56 57 - const: msi0 57 58 - const: msi1 ··· 62 61 - const: msi5 63 62 - const: msi6 64 63 - const: msi7 64 + - const: global 65 65 66 66 resets: 67 67 maxItems: 1 ··· 138 136 <GIC_SPI 145 IRQ_TYPE_LEVEL_HIGH>, 139 137 <GIC_SPI 146 IRQ_TYPE_LEVEL_HIGH>, 140 138 <GIC_SPI 147 IRQ_TYPE_LEVEL_HIGH>, 141 - <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>; 139 + <GIC_SPI 148 IRQ_TYPE_LEVEL_HIGH>, 140 + <GIC_SPI 140 IRQ_TYPE_LEVEL_HIGH>; 142 141 interrupt-names = "msi0", 143 142 "msi1", 144 143 "msi2", ··· 147 144 "msi4", 148 145 "msi5", 149 146 "msi6", 150 - "msi7"; 147 + "msi7", 148 + "global"; 151 149 #interrupt-cells = <1>; 152 150 interrupt-map-mask = <0 0 0 0x7>; 153 151 interrupt-map = <0 0 0 1 &intc 0 149 IRQ_TYPE_LEVEL_HIGH>, /* int_a */