summaryrefslogtreecommitdiffstats
path: root/include/dt-bindings/interrupt-controller/apple-aic.h
Commit message (Collapse)AuthorAgeFilesLines
* dt-bindings: apple,aic: Add CPU PMU per-cpu pseudo-interruptsMarc Zyngier2022-02-071-0/+2
| | | | | | | | | | | | | Advertise the two pseudo-interrupts that tied to the two PMU flavours present in the Apple M1 SoC. We choose the expose two different pseudo-interrupts to the OS as the e-core PMU is obviously different from the p-core one, effectively presenting two different devices. Acked-by: Rob Herring <robh@kernel.org> Reviewed-by: Hector Martin <marcan@marcan.st> Signed-off-by: Marc Zyngier <maz@kernel.org>
* dt-bindings: interrupt-controller: Add DT bindings for apple-aicHector Martin2021-04-081-0/+15
AIC is the Apple Interrupt Controller found on Apple ARM SoCs, such as the M1. Reviewed-by: Linus Walleij <linus.walleij@linaro.org> Reviewed-by: Rob Herring <robh@kernel.org> Signed-off-by: Hector Martin <marcan@marcan.st>