Skip to content
Snippets Groups Projects
Commit f8be12d1 authored by Zoltan Devai's avatar Zoltan Devai Committed by Russell King
Browse files

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: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarZoltan Devai <zoss@devai.org>
Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent bb1ac3ec
No related branches found
No related tags found
No related merge requests found
...@@ -259,7 +259,6 @@ static void __init vic_disable(void __iomem *base) ...@@ -259,7 +259,6 @@ static void __init vic_disable(void __iomem *base)
writel(0, base + VIC_INT_SELECT); writel(0, base + VIC_INT_SELECT);
writel(0, base + VIC_INT_ENABLE); writel(0, base + VIC_INT_ENABLE);
writel(~0, base + VIC_INT_ENABLE_CLEAR); writel(~0, base + VIC_INT_ENABLE_CLEAR);
writel(0, base + VIC_IRQ_STATUS);
writel(0, base + VIC_ITCR); writel(0, base + VIC_ITCR);
writel(~0, base + VIC_INT_SOFT_CLEAR); writel(~0, base + VIC_INT_SOFT_CLEAR);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment