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/blackfin/mach-bf527 | |
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/blackfin/mach-bf527')
-rw-r--r-- | arch/blackfin/mach-bf527/include/mach/anomaly.h | 2 |
1 files changed, 2 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 */ |