aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2020-05-27 17:29:45 +0200
committerÁlvaro Fernández Rojas <noltari@gmail.com>2020-05-28 10:36:27 +0200
commit745c447579326d26a239676173854065fae1a197 (patch)
treee24a7dc47314abc0689ec251569272832121bf70 /target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch
parentad84c095028f6ddef95a92e028760cce23d32f6c (diff)
downloadupstream-745c447579326d26a239676173854065fae1a197.tar.gz
upstream-745c447579326d26a239676173854065fae1a197.tar.bz2
upstream-745c447579326d26a239676173854065fae1a197.zip
bcm27xx: remove linux 4.19 support
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Diffstat (limited to 'target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch')
-rw-r--r--target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch b/target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch
deleted file mode 100644
index 8faa68c19e..0000000000
--- a/target/linux/bcm27xx/patches-4.19/950-0197-BCM270X_DT-Mark-eth_downshift_after-as-an-integer.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From 3cc51f4d633b33f732a52d1ec2b041a28b55c7d5 Mon Sep 17 00:00:00 2001
-From: Phil Elwell <phil@raspberrypi.org>
-Date: Thu, 29 Nov 2018 16:00:22 +0000
-Subject: [PATCH] BCM270X_DT: Mark eth_downshift_after as an integer
-
-Signed-off-by: Phil Elwell <phil@raspberrypi.org>
----
- arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
---- a/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
-+++ b/arch/arm/boot/dts/bcm283x-rpi-lan7515.dtsi
-@@ -50,7 +50,7 @@
- tx_lpi_timer = <&eth_phy>,"microchip,tx-lpi-timer:0";
- eth_led0 = <&eth_phy>,"microchip,led-modes:0";
- eth_led1 = <&eth_phy>,"microchip,led-modes:4";
-- eth_downshift_after = <&eth_phy>,"microchip,downshift-after";
-+ eth_downshift_after = <&eth_phy>,"microchip,downshift-after:0";
- eth_max_speed = <&eth_phy>,"max-speed:0";
- };
- };