diff options
author | Robin Getz <rgetz@blackfin.uclinux.org> | 2008-10-08 23:59:46 -0400 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-10-08 23:59:46 -0400 |
commit | 202d7bd95cf5ca36199e5777c961eae62a74667c (patch) | |
tree | 2d31b0141786cf871afbebb0638f434ffcf01c7e /arch | |
parent | 3343c1d4482b27a444e76bf53d16df4a6f30b873 (diff) |
Blackfin arch: Make sure we program the correct values in only when necessary for MUSB driver
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch')
-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 */ |