From: Kukjin Kim Date: Thu, 24 Feb 2011 01:12:44 +0000 (+0100) Subject: ARM: 6762/1: Update number of VIC for S5P6442 and S5PC100 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=59a4f92a3612f3c3ea4c13b43e0e50ae66abfa7b;p=linux-beck.git ARM: 6762/1: Update number of VIC for S5P6442 and S5PC100 The S5P6442 and S5PC100 SoCs have 4 VICs. However, default VIC number is defined 2 in arch/arm/common. So can be happened some problem on it. Basically, it requires for suspend and resume. Signed-off-by: Kukjin Kim Signed-off-by: Russell King --- diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 909960448eb9..ea5ee4d067f3 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig @@ -7,6 +7,7 @@ config ARM_VIC config ARM_VIC_NR int default 4 if ARCH_S5PV210 + default 3 if ARCH_S5P6442 || ARCH_S5PC100 default 2 depends on ARM_VIC help