Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 241665
b: refs/heads/master
c: de55aa3
h: refs/heads/master
i:
  241663: 83152cc
v: v3
  • Loading branch information
Mike Frysinger committed Mar 23, 2011
1 parent b06e72a commit 033f489
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bee18bebda46bc112916a5124a23a9c7b244b82d
refs/heads/master: de55aa33ca6928881ca5c402bb0f5db242fbcdba
6 changes: 5 additions & 1 deletion trunk/arch/blackfin/mach-bf548/include/mach/anomaly.h
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,11 @@
/* PLL Status Register Is Inaccurate */
#define ANOMALY_05000351 (__SILICON_REVISION__ < 1)
/* bfrom_SysControl() Firmware Function Performs Improper System Reset */
#define ANOMALY_05000353 (__SILICON_REVISION__ < 2)
/*
* Note: anomaly sheet says this is fixed with bf54x-0.2+, but testing
* shows that the fix itself does not cover all cases.
*/
#define ANOMALY_05000353 (1)
/* Regulator Programming Blocked when Hibernate Wakeup Source Remains Active */
#define ANOMALY_05000355 (__SILICON_REVISION__ < 1)
/* System Stalled During A Core Access To AMC While A Core Access To NFC FIFO Is Required */
Expand Down

0 comments on commit 033f489

Please sign in to comment.