Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 43396
b: refs/heads/master
c: a47d08e
h: refs/heads/master
v: v3
  • Loading branch information
Rod Whitby authored and Russell King committed Dec 7, 2006
1 parent da59b34 commit 00400f8
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 46156e04def20749c46efd8fc40e3527eae97b49
refs/heads/master: a47d08e2e397c434a661c688160f85b60a2392d5
5 changes: 3 additions & 2 deletions trunk/include/asm-arm/arch-ixp4xx/nslu2.h
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@

#define NSLU2_GPIO_BUZZ 4
#define NSLU2_BZ_BM (1L << NSLU2_GPIO_BUZZ)

/* LEDs */

#define NSLU2_LED_RED NSLU2_GPIO0
Expand All @@ -84,8 +85,8 @@
#define NSLU2_LED_RED_BM (1L << NSLU2_LED_RED)
#define NSLU2_LED_GRN_BM (1L << NSLU2_LED_GRN)

#define NSLU2_LED_DISK1 NSLU2_GPIO2
#define NSLU2_LED_DISK2 NSLU2_GPIO3
#define NSLU2_LED_DISK1 NSLU2_GPIO3
#define NSLU2_LED_DISK2 NSLU2_GPIO2

#define NSLU2_LED_DISK1_BM (1L << NSLU2_GPIO2)
#define NSLU2_LED_DISK2_BM (1L << NSLU2_GPIO3)
Expand Down

0 comments on commit 00400f8

Please sign in to comment.