From: Sricharan R Date: Thu, 21 Mar 2013 14:42:17 +0000 (+0530) Subject: ARM: OMAP4: Enable fix for Cortex-A9 erratas X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=7a9819950f47dbf319895ee78220f2761f3687a3;p=linux-beck.git ARM: OMAP4: Enable fix for Cortex-A9 erratas This enables the fixes for the below erratas applicable for OMAP4 Socs. 754322: Faulty MMU translations following ASID switch 775420: A data cache maintenance operation which aborts, followed by an ISB, without any DSB in-between, might lead to deadlock Signed-off-by: Sricharan R Acked-by: Santosh Shilimkar Signed-off-by: Tony Lindgren --- diff --git a/arch/arm/mach-omap2/Kconfig b/arch/arm/mach-omap2/Kconfig index 68b1802879e2..b56530cb5fa8 100644 --- a/arch/arm/mach-omap2/Kconfig +++ b/arch/arm/mach-omap2/Kconfig @@ -97,6 +97,8 @@ config ARCH_OMAP4 select PM_RUNTIME if CPU_IDLE select USB_ARCH_HAS_EHCI if USB_SUPPORT select COMMON_CLK + select ARM_ERRATA_754322 + select ARM_ERRATA_775420 config SOC_OMAP5 bool "TI OMAP5"