From 4152ca96d798dbb68186f3148b2e3c87621f3215 Mon Sep 17 00:00:00 2001 From: Youngbok Park Date: Mon, 17 Oct 2016 15:55:02 +0900 Subject: irqchip: s5p4418: add support pmu irq This patch add support pmu irq. Change-Id: I695ce937da7957d392b4040b6bbf5cd44bc49faa Signed-off-by: Youngbok Park --- include/dt-bindings/interrupt-controller/s5p4418-irq.h | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/include/dt-bindings/interrupt-controller/s5p4418-irq.h b/include/dt-bindings/interrupt-controller/s5p4418-irq.h index ab9d51f3f5e3..b4eca28de54d 100644 --- a/include/dt-bindings/interrupt-controller/s5p4418-irq.h +++ b/include/dt-bindings/interrupt-controller/s5p4418-irq.h @@ -125,6 +125,16 @@ #define IRQ_GIC_PPI_VIC (IRQ_GIC_START + 15) #define IRQ_GIC_END (IRQ_GIC_START + 16) +#define IRQ_GIC_SPI_START (0) +#define IRQ_GIC_SPI_PMU0 (IRQ_GIC_START + 0) +#define IRQ_GIC_SPI_PMU1 (IRQ_GIC_START + 1) +#define IRQ_GIC_SPI_PMU2 (IRQ_GIC_START + 2) +#define IRQ_GIC_SPI_PMU3 (IRQ_GIC_START + 3) +#define IRQ_GIC_SPI_L2CC (IRQ_GIC_START + 4) +#define IRQ_GIC_SPI_MCU (IRQ_GIC_START + 5) +#define IRQ_GIC_SPI_END (IRQ_GIC_START + 6) + + /* * MAX(Physical+Virtual) Interrupt Number */ -- cgit v1.2.3