diff options
Diffstat (limited to 'arch/blackfin/mach-bf561')
-rw-r--r-- | arch/blackfin/mach-bf561/include/mach/gpio.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/blackfin/mach-bf561/include/mach/gpio.h b/arch/blackfin/mach-bf561/include/mach/gpio.h index 57d5eab59faf..f9f8b2adf4ba 100644 --- a/arch/blackfin/mach-bf561/include/mach/gpio.h +++ b/arch/blackfin/mach-bf561/include/mach/gpio.h | |||
@@ -58,9 +58,9 @@ | |||
58 | #define GPIO_PF46 46 | 58 | #define GPIO_PF46 46 |
59 | #define GPIO_PF47 47 | 59 | #define GPIO_PF47 47 |
60 | 60 | ||
61 | #define PORT_FIO0 GPIO_0 | 61 | #define PORT_FIO0 GPIO_PF0 |
62 | #define PORT_FIO1 GPIO_16 | 62 | #define PORT_FIO1 GPIO_PF16 |
63 | #define PORT_FIO2 GPIO_32 | 63 | #define PORT_FIO2 GPIO_PF32 |
64 | 64 | ||
65 | #include <mach-common/ports-f.h> | 65 | #include <mach-common/ports-f.h> |
66 | 66 | ||