Skip to content

Commit f8be12d

Browse files
Zoltan DevaiRussell King
authored andcommitted
ARM: 7128/1: vic: Don't write to the read-only register VIC_IRQ_STATUS
This is unneeded and causes an abort on the SPMP8000 platform. Acked-by: Linus Walleij <linus.walleij@linaro.org> Signed-off-by: Zoltan Devai <zoss@devai.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
1 parent bb1ac3e commit f8be12d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

arch/arm/common/vic.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,6 @@ static void __init vic_disable(void __iomem *base)
259259
writel(0, base + VIC_INT_SELECT);
260260
writel(0, base + VIC_INT_ENABLE);
261261
writel(~0, base + VIC_INT_ENABLE_CLEAR);
262-
writel(0, base + VIC_IRQ_STATUS);
263262
writel(0, base + VIC_ITCR);
264263
writel(~0, base + VIC_INT_SOFT_CLEAR);
265264
}

0 commit comments

Comments
 (0)