提交 12fee194 编写于 作者: K Kukjin Kim

ARM: EXYNOS: fix GIC using for EXYNOS5440

Signed-off-by: NKukjin Kim <kgene.kim@samsung.com>
上级 ade7ffbb
......@@ -679,7 +679,8 @@ void __init exynos5_init_irq(void)
* Theses parameters should be NULL and 0 because EXYNOS4
* uses GIC instead of VIC.
*/
s5p_init_irq(NULL, 0);
if (!of_machine_is_compatible("samsung,exynos5440"))
s5p_init_irq(NULL, 0);
gic_arch_extn.irq_set_wake = s3c_irq_wake;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册