ARM: EXYNOS: Fix incorrect initialization of GIC
authorThomas Abraham <thomas.abraham@linaro.org>
Sat, 21 Apr 2012 00:26:23 +0000 (17:26 -0700)
committerKukjin Kim <kgene.kim@samsung.com>
Sat, 21 Apr 2012 00:53:14 +0000 (17:53 -0700)
commit5699b0ca05f781d496d20ba87f916bd9eec7ea6a
treee4fe70a61d192f41482e5ec8580ed8b0e5eb8138
parent8482c81c770960d7c0dc991a781cbd4afa7ea4cc
ARM: EXYNOS: Fix incorrect initialization of GIC

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>
arch/arm/mach-exynos/common.c