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

Configure Feed

Select the types of activity you want to include in your feed.

dt-bindings: interrupt-controller: arm,gic: add ESPI and EPPI specifiers

Extended SPI and extended PPI interrupts are in the range [0-1023] and
[0-127] respectively, supported by GICv3.1.

Qualcomm SA8255p platform uses extended SPI for SCMI 'a2p' doorbells.

Signed-off-by: Nikunj Kela <quic_nkela@quicinc.com>
Link: https://lore.kernel.org/r/20240910162637.2382656-1-quic_nkela@quicinc.com
Signed-off-by: Rob Herring (Arm) <robh@kernel.org>

authored by

Nikunj Kela and committed by
Rob Herring (Arm)
58b3ac24 def1baeb

+2
+2
include/dt-bindings/interrupt-controller/arm-gic.h
··· 12 12 13 13 #define GIC_SPI 0 14 14 #define GIC_PPI 1 15 + #define GIC_ESPI 2 16 + #define GIC_EPPI 3 15 17 16 18 /* 17 19 * Interrupt specifier cell 2.