diff options
author | Nikunj Kela | 2024-09-10 09:26:37 -0700 |
---|---|---|
committer | Rob Herring (Arm) | 2024-09-13 14:01:34 -0500 |
commit | 58b3ac2447c22189cd3a26ac1babb2dae13fd514 (patch) | |
tree | f65ab1f55f43e5fc4a1c4b7c9d3f7b0c015970a4 | |
parent | def1baeb25cfe310ee608a99059354ea131d4317 (diff) |
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>
-rw-r--r-- | include/dt-bindings/interrupt-controller/arm-gic.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/dt-bindings/interrupt-controller/arm-gic.h b/include/dt-bindings/interrupt-controller/arm-gic.h index 35b6f69b7db6..887f53363e8a 100644 --- a/include/dt-bindings/interrupt-controller/arm-gic.h +++ b/include/dt-bindings/interrupt-controller/arm-gic.h @@ -12,6 +12,8 @@ #define GIC_SPI 0 #define GIC_PPI 1 +#define GIC_ESPI 2 +#define GIC_EPPI 3 /* * Interrupt specifier cell 2. |