summaryrefslogtreecommitdiff
path: root/target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch
diff options
context:
space:
mode:
authorImre Kaloz <kaloz@openwrt.org>2011-07-08 09:41:07 +0000
committerImre Kaloz <kaloz@openwrt.org>2011-07-08 09:41:07 +0000
commit8788b97e651c45304b79317c94274aadea24aed5 (patch)
treed649392fe099765b8f6a1604ae191c16b5e3c2c6 /target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch
parentb3b0f0e49a11efff4f5766345c38715968af5f07 (diff)
downloadmtk-20170518-8788b97e651c45304b79317c94274aadea24aed5.zip
mtk-20170518-8788b97e651c45304b79317c94274aadea24aed5.tar.gz
mtk-20170518-8788b97e651c45304b79317c94274aadea24aed5.tar.bz2
use the new upstream l2cache and wdt code, smaller changes, refresh patches
SVN-Revision: 27558
Diffstat (limited to 'target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch')
-rw-r--r--target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch8
1 files changed, 4 insertions, 4 deletions
diff --git a/target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch b/target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch
index da8d0a9..6c6d268 100644
--- a/target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch
+++ b/target/linux/cns3xxx/patches-3.0/105-cns3xxx_pcie_io.patch
@@ -1,7 +1,7 @@
--- a/arch/arm/mach-cns3xxx/core.c
+++ b/arch/arm/mach-cns3xxx/core.c
-@@ -78,6 +78,16 @@ static struct map_desc cns3xxx_io_desc[]
- .pfn = __phys_to_pfn(CNS3XXX_L2C_BASE),
+@@ -73,6 +73,16 @@ static struct map_desc cns3xxx_io_desc[]
+ .pfn = __phys_to_pfn(CNS3XXX_SSP_BASE),
.length = SZ_4K,
.type = MT_DEVICE,
+ }, {
@@ -17,7 +17,7 @@
},
};
-@@ -184,13 +194,13 @@ void __init cns3xxx_common_init(void)
+@@ -171,13 +181,13 @@ void __init cns3xxx_common_init(void)
/* used by entry-macro.S */
void __init cns3xxx_init_irq(void)
{
@@ -34,7 +34,7 @@
u32 clkctrl;
printk(KERN_INFO "powering system down...\n");
-@@ -364,7 +374,7 @@ static void __init __cns3xxx_timer_init(
+@@ -351,7 +361,7 @@ static void __init __cns3xxx_timer_init(
static void __init cns3xxx_timer_init(void)
{