diff options
author | Wolfgang Denk <wd@denx.de> | 2009-03-25 22:43:25 +0100 |
---|---|---|
committer | Wolfgang Denk <wd@denx.de> | 2009-03-25 22:43:25 +0100 |
commit | 2c5bd16af132bb6e9158c43fc6206fa0f1f501c1 (patch) | |
tree | 39c3dd1da3692cbe609f66f4d004451944d89771 /include/asm-blackfin/mach-bf561/anomaly.h | |
parent | 196c74311f394c6eb08bd9ab07a35671299b9851 (diff) | |
parent | 4de1a5daab079ddc8ce1274144700203d692105c (diff) | |
download | u-boot-2c5bd16af132bb6e9158c43fc6206fa0f1f501c1.tar.gz |
Merge branch 'master' of git://git.denx.de/u-boot-blackfin
Diffstat (limited to 'include/asm-blackfin/mach-bf561/anomaly.h')
-rw-r--r-- | include/asm-blackfin/mach-bf561/anomaly.h | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/include/asm-blackfin/mach-bf561/anomaly.h b/include/asm-blackfin/mach-bf561/anomaly.h index 1a9e175628..d0b0b35064 100644 --- a/include/asm-blackfin/mach-bf561/anomaly.h +++ b/include/asm-blackfin/mach-bf561/anomaly.h @@ -2,7 +2,7 @@ * File: include/asm-blackfin/mach-bf561/anomaly.h * Bugs: Enter bugs at http://blackfin.uclinux.org/ * - * Copyright (C) 2004-2008 Analog Devices Inc. + * Copyright (C) 2004-2009 Analog Devices Inc. * Licensed under the GPL-2 or later. */ @@ -224,7 +224,7 @@ #define ANOMALY_05000301 (1) /* SSYNCs After Writes To DMA MMR Registers May Not Be Handled Correctly */ #define ANOMALY_05000302 (1) -/* New Feature: Additional Hysteresis on SPORT Input Pins (Not Available On Older Silicon) */ +/* SPORT_HYS Bit in PLL_CTL Register Is Not Functional */ #define ANOMALY_05000305 (__SILICON_REVISION__ < 5) /* SCKELOW Bit Does Not Maintain State Through Hibernate */ #define ANOMALY_05000307 (__SILICON_REVISION__ < 5) @@ -283,8 +283,11 @@ #define ANOMALY_05000273 (0) #define ANOMALY_05000311 (0) #define ANOMALY_05000353 (1) +#define ANOMALY_05000380 (0) #define ANOMALY_05000386 (1) #define ANOMALY_05000432 (0) #define ANOMALY_05000435 (0) +#define ANOMALY_05000447 (0) +#define ANOMALY_05000448 (0) #endif |