diff options
author | Scott Branden <sbranden@broadcom.com> | 2014-04-18 17:13:20 (GMT) |
---|---|---|
committer | Matt Porter <mporter@linaro.org> | 2014-04-25 12:56:48 (GMT) |
commit | ffc1086a5512c9b6b3dacc2648cc8ba7fa530cb9 (patch) | |
tree | a6f28094302cfda9826be2b86d85a285166acc9c /arch/arm/mach-bcm/Kconfig | |
parent | fd33615897a03985d29536dbeb1e4f6cb39a43e4 (diff) | |
download | linux-ffc1086a5512c9b6b3dacc2648cc8ba7fa530cb9.tar.xz |
ARM: mach-bcm: add ARM_ERRATA_775420
ARM_ERRATA_775420 needs to be enabled.
A data cache maintenance operation which aborts, followed by an ISB,
without any DSB in-between, might lead to deadlock.
Affects: bug present in Cortex-A9 r3p0 and earlier. Fixed in r4p0.
Cortex-A9 r3p0 is used in a multitude of Broadcom parts including
the bcm21664, bcm281xx, 5301x families of devices.
Signed-off-by: Scott Branden <sbranden@broadcom.com>
Tested-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Markus Mayer <markus.mayer@linaro.org>
Reviewed-by: Alex Elder <elder@linaro.org>
Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm/Kconfig')
-rw-r--r-- | arch/arm/mach-bcm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-bcm/Kconfig b/arch/arm/mach-bcm/Kconfig index 7f6ed6c..daead39 100644 --- a/arch/arm/mach-bcm/Kconfig +++ b/arch/arm/mach-bcm/Kconfig @@ -12,6 +12,7 @@ config ARCH_BCM_MOBILE select ARCH_REQUIRE_GPIOLIB select ARM_ERRATA_754322 select ARM_ERRATA_764369 if SMP + select ARM_ERRATA_775420 select ARM_GIC select GPIO_BCM_KONA select TICK_ONESHOT |