summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@openwrt.org>2014-09-12 06:53:43 +0000
committerJohn Crispin <john@openwrt.org>2014-09-12 06:53:43 +0000
commit413736e5f8d313e77ede599591fc89ef7ec3cbf4 (patch)
tree575315989aca73e26e90f0aba07974a494c003d5 /target/linux/atheros/patches-3.14/105-ar2315_pci.patch
parentc883854f7e578b1c839ee5d8dfef09d2687fe258 (diff)
downloadmtk-20170518-413736e5f8d313e77ede599591fc89ef7ec3cbf4.zip
mtk-20170518-413736e5f8d313e77ede599591fc89ef7ec3cbf4.tar.gz
mtk-20170518-413736e5f8d313e77ede599591fc89ef7ec3cbf4.tar.bz2
atheros: add AR2316 and AR2318 SoCs detection
Tested with AR2315, AR2316 and AR2317 SoCs, not tested with AR2318 but changes seems correct: revision is one more than AR2317. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 42507
Diffstat (limited to 'target/linux/atheros/patches-3.14/105-ar2315_pci.patch')
-rw-r--r--target/linux/atheros/patches-3.14/105-ar2315_pci.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
index 18529c8..2b7f5ed 100644
--- a/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
+++ b/target/linux/atheros/patches-3.14/105-ar2315_pci.patch
@@ -382,7 +382,7 @@
else if (pending & CAUSEF_IP2)
do_IRQ(AR2315_IRQ_MISC_INTRS);
else if (pending & CAUSEF_IP7)
-@@ -554,3 +558,18 @@ ar2315_plat_setup(void)
+@@ -560,3 +564,18 @@ ar2315_plat_setup(void)
ar231x_serial_setup(AR2315_UART0, AR2315_MISC_IRQ_UART0,
ar2315_apb_frequency());
}