Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 56643
b: refs/heads/master
c: 6784027
h: refs/heads/master
i:
  56641: d712ffe
  56639: c36ded5
v: v3
  • Loading branch information
Michael Hennerich authored and Linus Torvalds committed May 21, 2007
1 parent 0f9c2f5 commit 4af2259
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 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: 23ee968d96ef5ad564c0f0b8a30412fb93137ebb
refs/heads/master: 678402709602a5e62bb79454f0f41bd952373300
14 changes: 7 additions & 7 deletions trunk/include/asm-blackfin/gpio.h
Original file line number Diff line number Diff line change
Expand Up @@ -148,10 +148,6 @@

#ifdef BF537_FAMILY
#define MAX_BLACKFIN_GPIOS 48
#define PORT_F 0
#define PORT_G 1
#define PORT_H 2
#define PORT_J 3

#define GPIO_PF0 0
#define GPIO_PF1 1
Expand Down Expand Up @@ -202,13 +198,17 @@
#define GPIO_PH14 46
#define GPIO_PH15 47

#define PORT_F GPIO_PF0
#define PORT_G GPIO_PG0
#define PORT_H GPIO_PH0

#endif

#ifdef BF561_FAMILY
#define MAX_BLACKFIN_GPIOS 48
#define PORT_FIO0 0
#define PORT_FIO1 1
#define PORT_FIO2 2
#define PORT_FIO0 GPIO_0
#define PORT_FIO1 GPIO_16
#define PORT_FIO2 GPIO_32
#endif

#ifndef __ASSEMBLY__
Expand Down

0 comments on commit 4af2259

Please sign in to comment.