Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Zoltan Devai and committed by
Russell King
f8be12d1 bb1ac3ec

-1
-1
arch/arm/common/vic.c
··· 259 259 writel(0, base + VIC_INT_SELECT); 260 260 writel(0, base + VIC_INT_ENABLE); 261 261 writel(~0, base + VIC_INT_ENABLE_CLEAR); 262 - writel(0, base + VIC_IRQ_STATUS); 263 262 writel(0, base + VIC_ITCR); 264 263 writel(~0, base + VIC_INT_SOFT_CLEAR); 265 264 }