aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch
diff options
context:
space:
mode:
authorRui Salvaterra <rsalvaterra@gmail.com>2021-07-21 16:49:05 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2021-07-25 13:52:38 +0200
commit2b2ac841e022054ff3390f25fa41336467530a91 (patch)
treee964e271b8a1d9994888b800048b0be0fdc0349f /target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch
parent92012dd8677a48bf77a69c17fd2b65abd4388f9b (diff)
downloadupstream-2b2ac841e022054ff3390f25fa41336467530a91.tar.gz
upstream-2b2ac841e022054ff3390f25fa41336467530a91.tar.bz2
upstream-2b2ac841e022054ff3390f25fa41336467530a91.zip
kernel: bump 5.10 to 5.10.52
Add the new CONFIG_BATTERY_RT5033 to the generic configuration, as reported by Paul Blazejowski. Resort the kconfig while at it. No deleted or manually refreshed patches. Signed-off-by: Rui Salvaterra <rsalvaterra@gmail.com>
Diffstat (limited to 'target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch')
-rw-r--r--target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch7
1 files changed, 1 insertions, 6 deletions
diff --git a/target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch b/target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch
index a8b8910423..330d9f1f80 100644
--- a/target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch
+++ b/target/linux/generic/hack-5.10/781-dsa-register-every-port-with-of_platform.patch
@@ -15,8 +15,6 @@ Signed-off-by: Ansuel Smith <ansuelsmth@gmail.com>
net/dsa/dsa2.c | 2 +
1 file changed, 2 insertion(+)
-diff --git a/net/dsa/dsa2.c b/net/dsa/dsa2.c
-index b71e87909f0e..55bbc1a769ca 100644
--- a/net/dsa/dsa2.c
+++ b/net/dsa/dsa2.c
@@ -14,6 +14,7 @@
@@ -27,7 +25,7 @@ index b71e87909f0e..55bbc1a769ca 100644
#include <net/devlink.h>
#include "dsa_priv.h"
-@@ -392,6 +392,7 @@ static int dsa_port_setup(struct dsa_port *dp)
+@@ -288,6 +289,7 @@ static int dsa_port_setup(struct dsa_por
break;
case DSA_PORT_TYPE_USER:
@@ -35,6 +33,3 @@ index b71e87909f0e..55bbc1a769ca 100644
dp->mac = of_get_mac_address(dp->dn);
err = dsa_slave_create(dp);
if (err)
---
-2.31.1
-