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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Rob Herring (Arm) <[email protected]>
1 parent def1bae commit 58b3ac2

File tree

1 file changed

+2
-0
lines changed
  • include/dt-bindings/interrupt-controller

1 file changed

+2
-0
lines changed

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)