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-bf548 | |
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-bf548')
-rw-r--r-- | arch/blackfin/mach-bf548/boards/cm_bf548.c | 4 | ||||
-rw-r--r-- | arch/blackfin/mach-bf548/boards/ezkit.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/arch/blackfin/mach-bf548/boards/cm_bf548.c b/arch/blackfin/mach-bf548/boards/cm_bf548.c index 9182d734b041..041afd8c90dc 100644 --- a/arch/blackfin/mach-bf548/boards/cm_bf548.c +++ b/arch/blackfin/mach-bf548/boards/cm_bf548.c | |||
@@ -555,7 +555,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
555 | 555 | ||
556 | unsigned short bfin_sport0_peripherals[] = { | 556 | unsigned short bfin_sport0_peripherals[] = { |
557 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 557 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
558 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 558 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
559 | }; | 559 | }; |
560 | 560 | ||
561 | static struct platform_device bfin_sport0_uart_device = { | 561 | static struct platform_device bfin_sport0_uart_device = { |
@@ -589,7 +589,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
589 | 589 | ||
590 | unsigned short bfin_sport1_peripherals[] = { | 590 | unsigned short bfin_sport1_peripherals[] = { |
591 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 591 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
592 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 592 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
593 | }; | 593 | }; |
594 | 594 | ||
595 | static struct platform_device bfin_sport1_uart_device = { | 595 | static struct platform_device bfin_sport1_uart_device = { |
diff --git a/arch/blackfin/mach-bf548/boards/ezkit.c b/arch/blackfin/mach-bf548/boards/ezkit.c index 63345d2838e3..277a81e9296f 100644 --- a/arch/blackfin/mach-bf548/boards/ezkit.c +++ b/arch/blackfin/mach-bf548/boards/ezkit.c | |||
@@ -660,7 +660,7 @@ static struct resource bfin_sport0_uart_resources[] = { | |||
660 | 660 | ||
661 | unsigned short bfin_sport0_peripherals[] = { | 661 | unsigned short bfin_sport0_peripherals[] = { |
662 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, | 662 | P_SPORT0_TFS, P_SPORT0_DTPRI, P_SPORT0_TSCLK, P_SPORT0_RFS, |
663 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, P_SPORT0_DRSEC, P_SPORT0_DTSEC, 0 | 663 | P_SPORT0_DRPRI, P_SPORT0_RSCLK, 0 |
664 | }; | 664 | }; |
665 | 665 | ||
666 | static struct platform_device bfin_sport0_uart_device = { | 666 | static struct platform_device bfin_sport0_uart_device = { |
@@ -694,7 +694,7 @@ static struct resource bfin_sport1_uart_resources[] = { | |||
694 | 694 | ||
695 | unsigned short bfin_sport1_peripherals[] = { | 695 | unsigned short bfin_sport1_peripherals[] = { |
696 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, | 696 | P_SPORT1_TFS, P_SPORT1_DTPRI, P_SPORT1_TSCLK, P_SPORT1_RFS, |
697 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, P_SPORT1_DRSEC, P_SPORT1_DTSEC, 0 | 697 | P_SPORT1_DRPRI, P_SPORT1_RSCLK, 0 |
698 | }; | 698 | }; |
699 | 699 | ||
700 | static struct platform_device bfin_sport1_uart_device = { | 700 | static struct platform_device bfin_sport1_uart_device = { |