Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210506
b: refs/heads/master
c: 1879c45
h: refs/heads/master
v: v3
  • Loading branch information
Nicolas Ferre committed Sep 10, 2010
1 parent 0b3e29d commit 5820b20
Show file tree
Hide file tree
Showing 2 changed files with 3 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: ab64511cbbd03196d84bcc32c6e7b9d46543df7b
refs/heads/master: 1879c45cce6411fe97b0b65ccad38f5206700dda
3 changes: 2 additions & 1 deletion trunk/arch/arm/mach-at91/board-sam9261ek.c
Original file line number Diff line number Diff line change
Expand Up @@ -93,11 +93,12 @@ static struct resource dm9000_resource[] = {
.start = AT91_PIN_PC11,
.end = AT91_PIN_PC11,
.flags = IORESOURCE_IRQ
| IORESOURCE_IRQ_LOWEDGE | IORESOURCE_IRQ_HIGHEDGE,
}
};

static struct dm9000_plat_data dm9000_platdata = {
.flags = DM9000_PLATF_16BITONLY,
.flags = DM9000_PLATF_16BITONLY | DM9000_PLATF_NO_EEPROM,
};

static struct platform_device dm9000_device = {
Expand Down

0 comments on commit 5820b20

Please sign in to comment.