Skip to content

Commit

Permalink
ARM: EXYNOS: Fix incorrect initialization of GIC
Browse files Browse the repository at this point in the history
Use the of_irq_init() call to setup the gic which also properly
registers the gic device node pointer with gic irq domain,
without which all interrupt specifier translations for gic fail.

Signed-off-by: Thomas Abraham <thomas.ab@samsung.com>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
  • Loading branch information
Thomas Abraham authored and Kukjin Kim committed Apr 21, 2012
1 parent 8482c81 commit 5699b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-exynos/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -547,7 +547,7 @@ void __init exynos5_init_irq(void)
{
int irq;

gic_init(0, IRQ_PPI(0), S5P_VA_GIC_DIST, S5P_VA_GIC_CPU);
of_irq_init(exynos4_dt_irq_match);

for (irq = 0; irq < EXYNOS5_MAX_COMBINER_NR; irq++) {
combiner_init(irq, (void __iomem *)S5P_VA_COMBINER(irq),
Expand Down

0 comments on commit 5699b0c

Please sign in to comment.