aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch
diff options
context:
space:
mode:
authorJohn Crispin <blogic@openwrt.org>2015-03-16 07:40:09 +0000
committerJohn Crispin <blogic@openwrt.org>2015-03-16 07:40:09 +0000
commit63894eb6f7047d8777572d663d172f64c53852bb (patch)
tree6f59aec9ab0980eca2b1e69dd23eecfb4a8071df /target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch
parentadc39a912ad66671b8a5d4b9c333f5395d637197 (diff)
downloadupstream-63894eb6f7047d8777572d663d172f64c53852bb.tar.gz
upstream-63894eb6f7047d8777572d663d172f64c53852bb.tar.bz2
upstream-63894eb6f7047d8777572d663d172f64c53852bb.zip
ar71xx: drop 3.14 support
Signed-off-by: John Crispin <blogic@openwrt.org> git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44815 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch')
-rw-r--r--target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch b/target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch
deleted file mode 100644
index 019e558a56..0000000000
--- a/target/linux/ar71xx/patches-3.14/520-MIPS-ath79-enable-UART-function.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- a/arch/mips/ath79/dev-common.c
-+++ b/arch/mips/ath79/dev-common.c
-@@ -80,6 +80,15 @@ void __init ath79_register_uart(void)
-
- uart_clk_rate = ath79_get_sys_clk_rate("uart");
-
-+ if (soc_is_ar71xx())
-+ ath79_gpio_function_enable(AR71XX_GPIO_FUNC_UART_EN);
-+ else if (soc_is_ar724x())
-+ ath79_gpio_function_enable(AR724X_GPIO_FUNC_UART_EN);
-+ else if (soc_is_ar913x())
-+ ath79_gpio_function_enable(AR913X_GPIO_FUNC_UART_EN);
-+ else if (soc_is_ar933x())
-+ ath79_gpio_function_enable(AR933X_GPIO_FUNC_UART_EN);
-+
- if (soc_is_ar71xx() ||
- soc_is_ar724x() ||
- soc_is_ar913x() ||