aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch
diff options
context:
space:
mode:
authorAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-08-07 16:35:05 +0200
committerAdrian Schmutzler <freifunk@adrianschmutzler.de>2020-09-02 16:29:23 +0200
commit66ab1fb395f85e018cb1c6ae0d3a14aa46373f84 (patch)
tree35f50dd6b7f14e0e31c851529b91773883e186c9 /target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch
parente68c017e9315fb246e820565ec3e18cf0bd8649e (diff)
downloadupstream-66ab1fb395f85e018cb1c6ae0d3a14aa46373f84.tar.gz
upstream-66ab1fb395f85e018cb1c6ae0d3a14aa46373f84.tar.bz2
upstream-66ab1fb395f85e018cb1c6ae0d3a14aa46373f84.zip
ramips: drop support for kernel 4.14
The target seems to be working on 5.4, so drop 4.14 support in preparation for removing it from master entirely. Signed-off-by: Adrian Schmutzler <freifunk@adrianschmutzler.de>
Diffstat (limited to 'target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch')
-rw-r--r--target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch b/target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch
deleted file mode 100644
index 7ac092cfb0..0000000000
--- a/target/linux/ramips/patches-4.14/0002-MIPS-pci-rt2880-set-pci-controller-of_node.patch
+++ /dev/null
@@ -1,32 +0,0 @@
-From 0eb1cfffd5433d8dce3e4163a5cd9accc6000856 Mon Sep 17 00:00:00 2001
-From: Tobias Wolf <dev-NTEO@vplace.de>
-Date: Wed, 5 Sep 2018 08:51:26 +0200
-Subject: [PATCH] MIPS: pci-rt2880: set pci controller of_node
-
-Set the PCI controller of_node such that PCI devices can be
-instantiated via device tree.
-
-Signed-off-by: Tobias Wolf <dev-NTEO@vplace.de>
-Signed-off-by: Mathias Kresin <dev@kresin.me>
-Acked-by: John Crispin <john@phrozen.org>
-Signed-off-by: Paul Burton <paul.burton@mips.com>
-Patchwork: https://patchwork.linux-mips.org/patch/20423/
-Cc: Ralf Baechle <ralf@linux-mips.org>
-Cc: James Hogan <jhogan@kernel.org>
-Cc: linux-mips@linux-mips.org
-Cc: linux-kernel@vger.kernel.org
----
- arch/mips/pci/pci-rt2880.c | 2 ++
- 1 file changed, 2 insertions(+)
-
---- a/arch/mips/pci/pci-rt2880.c
-+++ b/arch/mips/pci/pci-rt2880.c
-@@ -246,6 +246,8 @@ static int rt288x_pci_probe(struct platf
- rt2880_pci_write_u32(PCI_BASE_ADDRESS_0, 0x08000000);
- (void) rt2880_pci_read_u32(PCI_BASE_ADDRESS_0);
-
-+ rt2880_pci_controller.of_node = pdev->dev.of_node;
-+
- register_pci_controller(&rt2880_pci_controller);
- return 0;
- }