aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/adm8668/patches-3.3/002-adm8668_uart.patch
diff options
context:
space:
mode:
authorFlorian Fainelli <florian@openwrt.org>2012-12-06 22:39:43 +0000
committerFlorian Fainelli <florian@openwrt.org>2012-12-06 22:39:43 +0000
commitafc2b07be18f32327351c73d1e58f8e27fdc29bd (patch)
treefeb35c59476836dbf48640992af895299ccbb89c /target/linux/adm8668/patches-3.3/002-adm8668_uart.patch
parent2dee2133c5d6a3aa87b341c09c8978dd771edb94 (diff)
downloadupstream-afc2b07be18f32327351c73d1e58f8e27fdc29bd.tar.gz
upstream-afc2b07be18f32327351c73d1e58f8e27fdc29bd.tar.bz2
upstream-afc2b07be18f32327351c73d1e58f8e27fdc29bd.zip
get rid of the specific UART driver and use AMBA PL010
Signed-off-by: Florian Fainelli <florian@openwrt.org> SVN-Revision: 34548
Diffstat (limited to 'target/linux/adm8668/patches-3.3/002-adm8668_uart.patch')
-rw-r--r--target/linux/adm8668/patches-3.3/002-adm8668_uart.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/target/linux/adm8668/patches-3.3/002-adm8668_uart.patch b/target/linux/adm8668/patches-3.3/002-adm8668_uart.patch
deleted file mode 100644
index ed55cbbaa8..0000000000
--- a/target/linux/adm8668/patches-3.3/002-adm8668_uart.patch
+++ /dev/null
@@ -1,40 +0,0 @@
---- a/drivers/tty/serial/Kconfig
-+++ b/drivers/tty/serial/Kconfig
-@@ -1192,6 +1192,25 @@ config SERIAL_BCM63XX_CONSOLE
- If you have enabled the serial port on the bcm63xx CPU
- you can make it the console by answering Y to this option.
-
-+config SERIAL_ADM8668
-+ tristate "ADM8668 serial port support"
-+ select SERIAL_CORE
-+ depends on ADM8668
-+ help
-+ If you have an adm8668 CPU, you can enable its onboard
-+ serial port by enabling this options.
-+
-+ To compile this driver as a module, choose M here: the
-+ module will be called adm8668_uart.
-+
-+config SERIAL_ADM8668_CONSOLE
-+ bool "Console on adm8668 serial port"
-+ depends on SERIAL_ADM8668=y
-+ select SERIAL_CORE_CONSOLE
-+ help
-+ If you have enabled the serial port on the adm8668 CPU
-+ you can make it the console by answering Y to this option.
-+
- config SERIAL_GRLIB_GAISLER_APBUART
- tristate "GRLIB APBUART serial support"
- depends on OF && SPARC
---- a/include/linux/serial_core.h
-+++ b/include/linux/serial_core.h
-@@ -211,6 +211,9 @@
- #define PORT_AR933X 99
-
-
-+/* ADM8668 UART */
-+#define PORT_ADM8668 100
-+
- #ifdef __KERNEL__
-
- #include <linux/compiler.h>