From 61558e7a75e6f6d579e636ca5a5b79c68654f07c Mon Sep 17 00:00:00 2001 From: Evgeny Voevodin Date: Mon, 28 May 2012 04:11:49 +0000 Subject: ARM: Exynos4210 IRQ: Introduce new IRQ gate functionality. New IRQ gate consists of n_in input qdev gpio lines and one output sysbus IRQ line. The output IRQ level is formed as OR between all gpio inputs. Signed-off-by: Evgeny Voevodin Signed-off-by: Peter Maydell --- hw/exynos4210.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hw/exynos4210.h') diff --git a/hw/exynos4210.h b/hw/exynos4210.h index b1b4609..9b1ae4c 100644 --- a/hw/exynos4210.h +++ b/hw/exynos4210.h @@ -56,7 +56,7 @@ /* * exynos4210 IRQ subsystem stub definitions. */ -#define EXYNOS4210_IRQ_GATE_NINPUTS 8 +#define EXYNOS4210_IRQ_GATE_NINPUTS 2 /* Internal and External GIC */ #define EXYNOS4210_MAX_INT_COMBINER_OUT_IRQ 64 #define EXYNOS4210_MAX_EXT_COMBINER_OUT_IRQ 16 -- cgit v1.1