Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 96840
b: refs/heads/master
c: d0afc85
h: refs/heads/master
v: v3
  • Loading branch information
Michael Abbott authored and Russell King committed May 17, 2008
1 parent d934a68 commit 7da0542
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 7cc09c248f4e286a153b5068a30b3fa857f5ce71
refs/heads/master: d0afc85f15deda94abdfe9118ac225c4208d5897
3 changes: 1 addition & 2 deletions trunk/arch/arm/mach-pxa/colibri.c
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ static struct resource dm9000_resources[] = {
[2] = {
.start = COLIBRI_ETH_IRQ,
.end = COLIBRI_ETH_IRQ,
.flags = IORESOURCE_IRQ,
.flags = IORESOURCE_IRQ | IRQF_TRIGGER_RISING,
},
};

Expand All @@ -119,7 +119,6 @@ static void __init colibri_init(void)
/* DM9000 LAN */
pxa_gpio_mode(GPIO78_nCS_2_MD);
pxa_gpio_mode(GPIO_DM9000 | GPIO_IN);
set_irq_type(COLIBRI_ETH_IRQ, IRQT_FALLING);

platform_add_devices(colibri_devices, ARRAY_SIZE(colibri_devices));
}
Expand Down

0 comments on commit 7da0542

Please sign in to comment.