mirror of
https://github.com/torvalds/linux.git
synced 2024-11-21 19:46:16 +00:00
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>
This commit is contained in:
parent
def1baeb25
commit
58b3ac2447
@ -12,6 +12,8 @@
|
||||
|
||||
#define GIC_SPI 0
|
||||
#define GIC_PPI 1
|
||||
#define GIC_ESPI 2
|
||||
#define GIC_EPPI 3
|
||||
|
||||
/*
|
||||
* Interrupt specifier cell 2.
|
||||
|
Loading…
Reference in New Issue
Block a user