Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 117900
b: refs/heads/master
c: fa36b04
h: refs/heads/master
v: v3
  • Loading branch information
Florian Fainelli authored and Ralf Baechle committed Oct 27, 2008
1 parent 2ee9646 commit 05ae918
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 052ac71c4b85e5ce7e70d4f9b3555caa647d884a
refs/heads/master: fa36b04386422951a7c73f9210403d1a2eaffe92
4 changes: 4 additions & 0 deletions trunk/arch/mips/rb532/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,10 @@ int __init rb532_gpio_init(void)
return -ENXIO;
}

/* Set the interrupt status and level for the CF pin */
rb532_gpio_set_int_level(&rb532_gpio_chip->chip, CF_GPIO_NUM, 1);
rb532_gpio_set_int_status(&rb532_gpio_chip->chip, CF_GPIO_NUM, 0);

return 0;
}
arch_initcall(rb532_gpio_init);

0 comments on commit 05ae918

Please sign in to comment.