soc: renesas: rcar-sysc: Move SYSC interrupt config to rcar-sysc driver
[deliverable/linux.git] / arch / arm / mach-shmobile / pm-r8a7779.c
index 4174cbcbc467d047d1bba4208a365f3e927d4054..5c9a93f5e650181a6e4684f4aded5e2144eff609 100644 (file)
 
 static void __init r8a7779_sysc_init(void)
 {
-       void __iomem *base = rcar_sysc_init(0xffd85000);
-
-       /* enable all interrupt sources, but do not use interrupt handler */
-       iowrite32(0x0131000e, base + SYSCIER);
-       iowrite32(0, base + SYSCIMR);
+       rcar_sysc_init(0xffd85000, 0x0131000e);
 }
 
 #else /* CONFIG_PM || CONFIG_SMP */
This page took 0.028349 seconds and 5 git commands to generate.