aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2020-02-29 16:49:09 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2020-03-12 09:28:23 +0100
commit8334e04d24462b6fa3b53c77442a21f473149a1d (patch)
tree679fbfabaf7b53bd3d359092c77eb46a8a09ec45 /target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch
parent7a6a85ce108c4883c0d99d5ecdd30512af11dff4 (diff)
downloadupstream-8334e04d24462b6fa3b53c77442a21f473149a1d.tar.gz
upstream-8334e04d24462b6fa3b53c77442a21f473149a1d.tar.bz2
upstream-8334e04d24462b6fa3b53c77442a21f473149a1d.zip
gemini: Remove kernel 4.14 support
This target was switched to kernel 4.19 more than 6 months ago in commit f342ffd300da ("treewide: kernel: bump some targets to 4.19") and now with kernel 5.4 support being added it gets harder to support kernel 4.14 in addition to kernel 4.19 and 5.4. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Diffstat (limited to 'target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch')
-rw-r--r--target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch74
1 files changed, 0 insertions, 74 deletions
diff --git a/target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch b/target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch
deleted file mode 100644
index 429625ed20..0000000000
--- a/target/linux/gemini/patches-4.14/0015-ARM-dts-Add-PCI-to-WBD111-and-WBD222.patch
+++ /dev/null
@@ -1,74 +0,0 @@
-From dec551d2301f71a692ed1729a323c8259d36f849 Mon Sep 17 00:00:00 2001
-From: Linus Walleij <linus.walleij@linaro.org>
-Date: Wed, 11 Oct 2017 19:49:13 +0200
-Subject: [PATCH 15/31] ARM: dts: Add PCI to WBD111 and WBD222
-
-These two boards have mini-PCI card slots, so enable PCI
-on both of them.
-
-Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
----
- arch/arm/boot/dts/gemini-wbd111.dts | 22 ++++++++++++++++++++++
- arch/arm/boot/dts/gemini-wbd222.dts | 22 ++++++++++++++++++++++
- 2 files changed, 44 insertions(+)
-
---- a/arch/arm/boot/dts/gemini-wbd111.dts
-+++ b/arch/arm/boot/dts/gemini-wbd111.dts
-@@ -138,5 +138,27 @@
- pinctrl-names = "default";
- pinctrl-0 = <&gpio0_default_pins>;
- };
-+
-+ pci@50000000 {
-+ status = "okay";
-+ interrupt-map-mask = <0xf800 0 0 7>;
-+ interrupt-map =
-+ <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
-+ <0x4800 0 0 2 &pci_intc 1>,
-+ <0x4800 0 0 3 &pci_intc 2>,
-+ <0x4800 0 0 4 &pci_intc 3>,
-+ <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
-+ <0x5000 0 0 2 &pci_intc 2>,
-+ <0x5000 0 0 3 &pci_intc 3>,
-+ <0x5000 0 0 4 &pci_intc 0>,
-+ <0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
-+ <0x5800 0 0 2 &pci_intc 3>,
-+ <0x5800 0 0 3 &pci_intc 0>,
-+ <0x5800 0 0 4 &pci_intc 1>,
-+ <0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
-+ <0x6000 0 0 2 &pci_intc 0>,
-+ <0x6000 0 0 3 &pci_intc 1>,
-+ <0x6000 0 0 4 &pci_intc 2>;
-+ };
- };
- };
---- a/arch/arm/boot/dts/gemini-wbd222.dts
-+++ b/arch/arm/boot/dts/gemini-wbd222.dts
-@@ -143,5 +143,27 @@
- pinctrl-names = "default";
- pinctrl-0 = <&gpio0_default_pins>;
- };
-+
-+ pci@50000000 {
-+ status = "okay";
-+ interrupt-map-mask = <0xf800 0 0 7>;
-+ interrupt-map =
-+ <0x4800 0 0 1 &pci_intc 0>, /* Slot 9 */
-+ <0x4800 0 0 2 &pci_intc 1>,
-+ <0x4800 0 0 3 &pci_intc 2>,
-+ <0x4800 0 0 4 &pci_intc 3>,
-+ <0x5000 0 0 1 &pci_intc 1>, /* Slot 10 */
-+ <0x5000 0 0 2 &pci_intc 2>,
-+ <0x5000 0 0 3 &pci_intc 3>,
-+ <0x5000 0 0 4 &pci_intc 0>,
-+ <0x5800 0 0 1 &pci_intc 2>, /* Slot 11 */
-+ <0x5800 0 0 2 &pci_intc 3>,
-+ <0x5800 0 0 3 &pci_intc 0>,
-+ <0x5800 0 0 4 &pci_intc 1>,
-+ <0x6000 0 0 1 &pci_intc 3>, /* Slot 12 */
-+ <0x6000 0 0 2 &pci_intc 0>,
-+ <0x6000 0 0 3 &pci_intc 1>,
-+ <0x6000 0 0 4 &pci_intc 2>;
-+ };
- };
- };