Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 253158
b: refs/heads/master
c: 5e2ffc3
h: refs/heads/master
v: v3
  • Loading branch information
Tasslehoff Kjappfot authored and Tony Lindgren committed Jun 1, 2011
1 parent e11dc1c commit 49c8652
Show file tree
Hide file tree
Showing 2 changed files with 4 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: e2a346a2a054f702fd76f328ff747b9ad9264a4c
refs/heads/master: 5e2ffc308a3aa44a318452fccae7b23a029eeeb8
3 changes: 3 additions & 0 deletions trunk/arch/arm/mach-omap2/board-omap3beagle.c
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ static void __init omap3_beagle_init_rev(void)
beagle_rev = gpio_get_value(171) | (gpio_get_value(172) << 1)
| (gpio_get_value(173) << 2);

gpio_free_array(omap3_beagle_rev_gpios,
ARRAY_SIZE(omap3_beagle_rev_gpios));

switch (beagle_rev) {
case 7:
printk(KERN_INFO "OMAP3 Beagle Rev: Ax/Bx\n");
Expand Down

0 comments on commit 49c8652

Please sign in to comment.