Blackfin arch: Make sure we program the correct values in only when necessary for...
authorRobin Getz <rgetz@blackfin.uclinux.org>
Thu, 9 Oct 2008 03:59:46 +0000 (11:59 +0800)
committerBryan Wu <cooloney@kernel.org>
Thu, 9 Oct 2008 03:59:46 +0000 (11:59 +0800)
Signed-off-by: Robin Getz <rgetz@blackfin.uclinux.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
arch/blackfin/mach-bf527/include/mach/anomaly.h
arch/blackfin/mach-bf548/include/mach/anomaly.h

index b7b166f4f064d8abe4bee22bb5c566e78e0b683a..dc26912430ee89f1e0e151e623f864813ddedf6b 100644 (file)
@@ -37,6 +37,8 @@
 #define ANOMALY_05000342 (1)
 /* USB Calibration Value Is Not Initialized */
 #define ANOMALY_05000346 (1)
+/* USB Calibration Value to use */
+#define ANOMALY_05000346_value 0xE510
 /* Preboot Routine Incorrectly Alters Reset Value of USB Register */
 #define ANOMALY_05000347 (1)
 /* Security Features Are Not Functional */
index 3ad59655881a863b0529a4cef8af5ce9c839e579..d02cd8038285bd8d110654e746ffce9431213864 100644 (file)
@@ -61,6 +61,8 @@
 #define ANOMALY_05000344 (__SILICON_REVISION__ < 1)
 /* USB Calibration Value Is Not Intialized */
 #define ANOMALY_05000346 (__SILICON_REVISION__ < 1)
+/* USB Calibration Value to use */
+#define ANOMALY_05000346_value 0x5411
 /* Boot ROM Kernel Incorrectly Alters Reset Value of USB Register */
 #define ANOMALY_05000347 (__SILICON_REVISION__ < 1)
 /* Data Lost when Core Reads SDH Data FIFO */