diff options
author | Sonic Zhang <sonic.zhang@analog.com> | 2010-11-11 21:45:38 -0500 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2011-01-10 07:18:20 -0500 |
commit | e54b673081d12c46b47fdfe1772656cb2b43721d (patch) | |
tree | 5552e2c975a5e7e6cd1a4803d9f4b4853e6b7997 /arch/blackfin/mach-bf527/boards/ezkit.c | |
parent | e01b5b129661ee1eaddd4f2a0d8df6cb170339a5 (diff) |
Blackfin: sport_uart resources: remove unused secondary RX/TX pins
The SPORT/UART driver doesn't use the secondary channel pins, so don't
try and request them thus keeping other drivers from using them.
Signed-off-by: Sonic Zhang <sonic.zhang@analog.com>
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/mach-bf527/boards/ezkit.c')
-rw-r--r-- | arch/blackfin/mach-bf527/boards/ezkit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/mach-bf527/boards/ezkit.c b/arch/blackfin/mach-bf527/boards/ezkit.c index 34b5e1c6c122..bf5cebfb4838 100644 --- a/arch/blackfin/mach-bf527/boards/ezkit.c +++ b/arch/blackfin/mach-bf527/boards/ezkit.c | |||
@@ -992,7 +992,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
992 | 992 | ||
993 | unsigned short bfin_sport0_peripherals[] = { | 993 | unsigned short bfin_sport0_peripherals[] = { |
994 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 994 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
995 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 995 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
996 | }; | 996 | }; |
997 | 997 | ||
998 | static struct platform_device bfin_sport0_uart_device = { | 998 | static struct platform_device bfin_sport0_uart_device = { |
@@ -1026,7 +1026,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
1026 | 1026 | ||
1027 | unsigned short bfin_sport1_peripherals[] = { | 1027 | unsigned short bfin_sport1_peripherals[] = { |
1028 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 1028 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
1029 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 1029 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
1030 | }; | 1030 | }; |
1031 | 1031 | ||
1032 | static struct platform_device bfin_sport1_uart_device = { | 1032 | static struct platform_device bfin_sport1_uart_device = { |