aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/cns3xxx/patches-4.9/055-pcie_io.patch
diff options
context:
space:
mode:
authorKoen Vandeputte <koen.vandeputte@ncentric.com>2018-02-01 17:50:27 +0100
committerJohn Crispin <john@phrozen.org>2018-02-13 10:01:53 +0100
commit5adf16b49254ad0b95e315bc34cdc7577f07d026 (patch)
tree72ab65d334c5ecf0f429b657bc3745753423cab3 /target/linux/cns3xxx/patches-4.9/055-pcie_io.patch
parentbef3f85742134f08856f9de175b85da9b2715bfb (diff)
downloadupstream-5adf16b49254ad0b95e315bc34cdc7577f07d026.tar.gz
upstream-5adf16b49254ad0b95e315bc34cdc7577f07d026.tar.bz2
upstream-5adf16b49254ad0b95e315bc34cdc7577f07d026.zip
cns3xxx: remove linux 4.9 support
- Remove kernel 4.9 support - Apply specific 4.14 changes directly to source - Refreshed all Signed-off-by: Koen Vandeputte <koen.vandeputte@ncentric.com>
Diffstat (limited to 'target/linux/cns3xxx/patches-4.9/055-pcie_io.patch')
-rw-r--r--target/linux/cns3xxx/patches-4.9/055-pcie_io.patch19
1 files changed, 0 insertions, 19 deletions
diff --git a/target/linux/cns3xxx/patches-4.9/055-pcie_io.patch b/target/linux/cns3xxx/patches-4.9/055-pcie_io.patch
deleted file mode 100644
index 4680853e6e..0000000000
--- a/target/linux/cns3xxx/patches-4.9/055-pcie_io.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/arch/arm/mach-cns3xxx/core.c
-+++ b/arch/arm/mach-cns3xxx/core.c
-@@ -81,6 +81,16 @@ static struct map_desc cns3xxx_io_desc[]
- .pfn = __phys_to_pfn(CNS3XXX_PCIE1_CFG1_BASE),
- .length = SZ_16M,
- .type = MT_DEVICE,
-+ }, {
-+ .virtual = CNS3XXX_PCIE0_IO_BASE_VIRT,
-+ .pfn = __phys_to_pfn(CNS3XXX_PCIE0_IO_BASE),
-+ .length = SZ_16M,
-+ .type = MT_DEVICE,
-+ }, {
-+ .virtual = CNS3XXX_PCIE1_IO_BASE_VIRT,
-+ .pfn = __phys_to_pfn(CNS3XXX_PCIE1_IO_BASE),
-+ .length = SZ_16M,
-+ .type = MT_DEVICE,
- #endif
- },
- };