summaryrefslogtreecommitdiff
path: root/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2015-03-13 03:02:00 +0000
committerFelix Fietkau <nbd@openwrt.org>2015-03-13 03:02:00 +0000
commitdae90fc1300781065357538943552884d682c1ae (patch)
treeebcd5c29900fd0ccef87f68b265460e2f8ffea0a /target/linux/atheros/patches-3.18/105-ar2315_pci.patch
parent7a46e008fbcfe5f993fcedb9a0a6b3f0eab8e68a (diff)
downloadmtk-20170518-dae90fc1300781065357538943552884d682c1ae.zip
mtk-20170518-dae90fc1300781065357538943552884d682c1ae.tar.gz
mtk-20170518-dae90fc1300781065357538943552884d682c1ae.tar.bz2
atheros: v3.18: non-functional cleanup
To finally sync code with upsream cleanup registers headers, and update several comments and kernel config symbols descriptions. No functional changes. Signed-off-by: Sergey Ryazanov <ryazanov.s.a@gmail.com> SVN-Revision: 44731
Diffstat (limited to 'target/linux/atheros/patches-3.18/105-ar2315_pci.patch')
-rw-r--r--target/linux/atheros/patches-3.18/105-ar2315_pci.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
index 24890b7..08b7463 100644
--- a/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
+++ b/target/linux/atheros/patches-3.18/105-ar2315_pci.patch
@@ -525,12 +525,12 @@
--- a/arch/mips/ath25/Kconfig
+++ b/arch/mips/ath25/Kconfig
@@ -7,3 +7,10 @@ config SOC_AR2315
- bool "Atheros 2315+ support"
+ bool "Atheros AR2315+ SoC support"
depends on ATH25
default y
+
+config PCI_AR2315
-+ bool "AR2315 PCI controller support"
++ bool "Atheros AR2315 PCI controller support"
+ depends on SOC_AR2315
+ select HW_HAS_PCI
+ select PCI
@@ -548,7 +548,7 @@
else if (pending & CAUSEF_IP2)
do_IRQ(AR2315_IRQ_MISC);
else if (pending & CAUSEF_IP7)
-@@ -298,10 +302,62 @@ void __init ar2315_plat_mem_setup(void)
+@@ -299,10 +303,62 @@ void __init ar2315_plat_mem_setup(void)
_machine_restart = ar2315_restart;
}