aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/include/mach
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-omap2/include/mach')
-rw-r--r--arch/arm/mach-omap2/include/mach/omap4-common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/arm/mach-omap2/include/mach/omap4-common.h b/arch/arm/mach-omap2/include/mach/omap4-common.h
index 594efad..9d884f3 100644
--- a/arch/arm/mach-omap2/include/mach/omap4-common.h
+++ b/arch/arm/mach-omap2/include/mach/omap4-common.h
@@ -159,6 +159,10 @@ static inline unsigned int omap4_get_diagctrl0_errata_flags(void)
if ((arm_rev >= 0x10) && (arm_rev <= 0x22))
ret |= (1 << 4);
#endif
+#ifdef CONFIG_OMAP4_ARM_ERRATA_751472
+ if (arm_rev < 0x30) /* ARM revision less that r3p0 */
+ ret |= (1 << 11);
+#endif
return ret;
}