aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/gemini/patches-4.14/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.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/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.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/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.patch')
-rw-r--r--target/linux/gemini/patches-4.14/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.patch69
1 files changed, 0 insertions, 69 deletions
diff --git a/target/linux/gemini/patches-4.14/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.patch b/target/linux/gemini/patches-4.14/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.patch
deleted file mode 100644
index 90e95a70c4..0000000000
--- a/target/linux/gemini/patches-4.14/0901-arm-dts-gemini-fix-ethernet-for-nas4220b.patch
+++ /dev/null
@@ -1,69 +0,0 @@
---- a/arch/arm/boot/dts/gemini-nas4220b.dts
-+++ b/arch/arm/boot/dts/gemini-nas4220b.dts
-@@ -137,6 +137,47 @@
- groups = "gpio1dgrp";
- };
- };
-+ pinctrl-gmii {
-+ mux {
-+ function = "gmii";
-+ groups = "gmii_gmac0_grp";
-+ };
-+ conf0 {
-+ pins = "V8 GMAC0 RXDV", "T10 GMAC1 RXDV";
-+ skew-delay = <0>;
-+ };
-+ conf1 {
-+ pins = "Y7 GMAC0 RXC", "Y11 GMAC1 RXC";
-+ skew-delay = <15>;
-+ };
-+ conf2 {
-+ pins = "T8 GMAC0 TXEN", "W11 GMAC1 TXEN";
-+ skew-delay = <7>;
-+ };
-+ conf3 {
-+ pins = "U8 GMAC0 TXC";
-+ skew-delay = <11>;
-+ };
-+ conf4 {
-+ pins = "V11 GMAC1 TXC";
-+ skew-delay = <10>;
-+ };
-+ conf5 {
-+ pins = "W8 GMAC0 RXD0", "V9 GMAC0 RXD1",
-+ "Y8 GMAC0 RXD2", "U9 GMAC0 RXD3",
-+ "T7 GMAC0 TXD0", "U6 GMAC0 TXD1",
-+ "V7 GMAC0 TXD2", "U7 GMAC0 TXD3",
-+ "Y12 GMAC1 RXD0", "V12 GMAC1 RXD1",
-+ "T11 GMAC1 RXD2", "W12 GMAC1 RXD3",
-+ "U10 GMAC1 TXD0", "Y10 GMAC1 TXD1",
-+ "W10 GMAC1 TXD2", "T9 GMAC1 TXD3";
-+ skew-delay = <7>;
-+ };
-+ conf6 {
-+ groups = "gmii_gmac0_grp";
-+ drive-strength = <16>;
-+ };
-+ };
- };
- };
-
-@@ -151,6 +192,18 @@
- pinctrl-0 = <&gpio1_default_pins>;
- };
-
-+ ethernet@60000000 {
-+ status = "okay";
-+
-+ gmac0: ethernet-port@0 {
-+ phy-mode = "rgmii";
-+ phy-handle = <&phy0>;
-+ };
-+ gmac1: ethernet-port@1 {
-+ status = "disabled";
-+ };
-+ };
-+
- ata@63000000 {
- status = "okay";
- };