mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-04 20:19:47 +08:00
ARM: EXYNOS: fix GIC using for EXYNOS5440
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
This commit is contained in:
parent
ade7ffbb9b
commit
12fee1949e
@ -679,7 +679,8 @@ void __init exynos5_init_irq(void)
|
|||||||
* Theses parameters should be NULL and 0 because EXYNOS4
|
* Theses parameters should be NULL and 0 because EXYNOS4
|
||||||
* uses GIC instead of VIC.
|
* 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;
|
gic_arch_extn.irq_set_wake = s3c_irq_wake;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user