Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 137408
b: refs/heads/master
c: 626806d
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Eric Miao committed Mar 23, 2009
1 parent 5e0c9ad commit f963c29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 11 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: 71d361551265d90c8ab1dcdb223a15568d0026b3
refs/heads/master: 626806d96fcfe355af5e1d299f651c774f68ead0
12 changes: 2 additions & 10 deletions trunk/arch/arm/mach-pxa/colibri-pxa300.c
Original file line number Diff line number Diff line change
Expand Up @@ -55,24 +55,16 @@ static mfp_cfg_t colibri_pxa300_pin_config[] __initdata = {
*/
static struct ax_plat_data colibri_asix_platdata = {
.flags = AXFLG_MAC_FROMDEV,
.wordlength = 2,
.dcr_val = 0x01,
.rcr_val = 0x0e,
.gpoc_val = 0x19
.wordlength = 2
};

static struct resource colibri_asix_resource[] = {
[0] = {
.start = PXA3xx_CS2_PHYS,
.end = PXA3xx_CS2_PHYS + (0x18 * 0x2) - 1,
.end = PXA3xx_CS2_PHYS + (0x20 * 2) - 1,
.flags = IORESOURCE_MEM,
},
[1] = {
.start = PXA3xx_CS2_PHYS + (1 << 11),
.end = PXA3xx_CS2_PHYS + (1 << 11) + 0x3fff,
.flags = IORESOURCE_MEM,
},
[2] = {
.start = COLIBRI_PXA300_ETH_IRQ,
.end = COLIBRI_PXA300_ETH_IRQ,
.flags = IORESOURCE_IRQ
Expand Down

0 comments on commit f963c29

Please sign in to comment.