Skip to content

Commit 58b3ac2

Browse files
Nikunj Kelarobherring
authored andcommitted
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>
1 parent def1bae commit 58b3ac2

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

  • include/dt-bindings/interrupt-controller

include/dt-bindings/interrupt-controller/arm-gic.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#define GIC_SPI 0
1414
#define GIC_PPI 1
15+
#define GIC_ESPI 2
16+
#define GIC_EPPI 3
1517

1618
/*
1719
* Interrupt specifier cell 2.

0 commit comments

Comments
 (0)