Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 161769
b: refs/heads/master
c: a70e88b
h: refs/heads/master
i:
  161767: 33673f2
v: v3
  • Loading branch information
Anton Vorontsov authored and Kumar Gala committed Aug 25, 2009
1 parent 023193e commit 4f32fa7
Show file tree
Hide file tree
Showing 2 changed files with 8 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: ec80fb2d89a0a93db46bdc968b6a849be5340531
refs/heads/master: a70e88bc78d220a506394058d48cedd1c491a256
8 changes: 7 additions & 1 deletion trunk/arch/powerpc/platforms/82xx/mpc8272_ads.c
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
#include <sysdev/fsl_soc.h>
#include <sysdev/cpm2_pic.h>

#include "pq2ads.h"
#include "pq2.h"

static void __init mpc8272_ads_pic_init(void)
Expand Down Expand Up @@ -144,6 +143,13 @@ static void __init mpc8272_ads_setup_arch(void)
return;
}

#define BCSR1_FETHIEN 0x08000000
#define BCSR1_FETH_RST 0x04000000
#define BCSR1_RS232_EN1 0x02000000
#define BCSR1_RS232_EN2 0x01000000
#define BCSR3_FETHIEN2 0x10000000
#define BCSR3_FETH2_RST 0x08000000

clrbits32(&bcsr[1], BCSR1_RS232_EN1 | BCSR1_RS232_EN2 | BCSR1_FETHIEN);
setbits32(&bcsr[1], BCSR1_FETH_RST);

Expand Down

0 comments on commit 4f32fa7

Please sign in to comment.