diff options
-rw-r--r-- | arch/blackfin/mach-bf527/include/mach/anomaly.h | 2 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/include/mach/anomaly.h | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/arch/blackfin/mach-bf527/include/mach/anomaly.h b/arch/blackfin/mach-bf527/include/mach/anomaly.h index b7b166f4f064..dc26912430ee 100644 --- a/arch/blackfin/mach-bf527/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf527/include/mach/anomaly.h | |||
@@ -37,6 +37,8 @@ | |||
37 | #define ANOMALY_05000342 (1) | 37 | #define ANOMALY_05000342 (1) |
38 | /* USB Calibration Value Is Not Initialized */ | 38 | /* USB Calibration Value Is Not Initialized */ |
39 | #define ANOMALY_05000346 (1) | 39 | #define ANOMALY_05000346 (1) |
40 | /* USB Calibration Value to use */ | ||
41 | #define ANOMALY_05000346_value 0xE510 | ||
40 | /* Preboot Routine Incorrectly Alters Reset Value of USB Register */ | 42 | /* Preboot Routine Incorrectly Alters Reset Value of USB Register */ |
41 | #define ANOMALY_05000347 (1) | 43 | #define ANOMALY_05000347 (1) |
42 | /* Security Features Are Not Functional */ | 44 | /* Security Features Are Not Functional */ |
diff --git a/arch/blackfin/mach-bf548/include/mach/anomaly.h b/arch/blackfin/mach-bf548/include/mach/anomaly.h index 3ad59655881a..d02cd8038285 100644 --- a/arch/blackfin/mach-bf548/include/mach/anomaly.h +++ b/arch/blackfin/mach-bf548/include/mach/anomaly.h | |||
@@ -61,6 +61,8 @@ | |||
61 | #define ANOMALY_05000344 (__SILICON_REVISION__ < 1) | 61 | #define ANOMALY_05000344 (__SILICON_REVISION__ < 1) |
62 | /* USB Calibration Value Is Not Intialized */ | 62 | /* USB Calibration Value Is Not Intialized */ |
63 | #define ANOMALY_05000346 (__SILICON_REVISION__ < 1) | 63 | #define ANOMALY_05000346 (__SILICON_REVISION__ < 1) |
64 | /* USB Calibration Value to use */ | ||
65 | #define ANOMALY_05000346_value 0x5411 | ||
64 | /* Boot ROM Kernel Incorrectly Alters Reset Value of USB Register */ | 66 | /* Boot ROM Kernel Incorrectly Alters Reset Value of USB Register */ |
65 | #define ANOMALY_05000347 (__SILICON_REVISION__ < 1) | 67 | #define ANOMALY_05000347 (__SILICON_REVISION__ < 1) |
66 | /* Data Lost when Core Reads SDH Data FIFO */ | 68 | /* Data Lost when Core Reads SDH Data FIFO */ |