diff options
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/anomaly.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/blackfin/mach-bf548/include/mach/anomaly.h b/arch/blackfin/mach-bf548/include/mach/anomaly.h index 4070079e2c00..ffd0537295ac 100644 --- a/arch/blackfin/mach-bf548/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf548/include/mach/anomaly.h | |||
@@ -81,7 +81,11 @@ | |||
81 | /* PLL Status Register Is Inaccurate */ | 81 | /* PLL Status Register Is Inaccurate */ |
82 | #define ANOMALY_05000351 (__SILICON_REVISION__ < 1) | 82 | #define ANOMALY_05000351 (__SILICON_REVISION__ < 1) |
83 | /* bfrom_SysControl() Firmware Function Performs Improper System Reset */ | 83 | /* bfrom_SysControl() Firmware Function Performs Improper System Reset */ |
84 | #define ANOMALY_05000353 (__SILICON_REVISION__ < 2) | 84 | /* |
85 | * Note: anomaly sheet says this is fixed with bf54x-0.2+, but testing | ||
86 | * shows that the fix itself does not cover all cases. | ||
87 | */ | ||
88 | #define ANOMALY_05000353 (1) | ||
85 | /* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */ | 89 | /* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */ |
86 | #define ANOMALY_05000355 (__SILICON_REVISION__ < 1) | 90 | #define ANOMALY_05000355 (__SILICON_REVISION__ < 1) |
87 | /* System Stalled During A Core Access To AMC While A Core Access To NFC FIFO Is Required */ | 91 | /* System Stalled During A Core Access To AMC While A Core Access To NFC FIFO Is Required */ |