aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/hack-5.15
diff options
context:
space:
mode:
authorDaniel Golle <daniel@makrotopia.org>2023-03-11 17:55:56 +0000
committerDaniel Golle <daniel@makrotopia.org>2023-03-27 19:07:54 +0100
commitd308479d10f7c40ccff725f6c2252f6c94df0829 (patch)
tree276dcac24b13e0c9c6512fe0fdb277c903cc934d /target/linux/generic/hack-5.15
parent53dc9a60c05642e9596b25e5cfba1136a5d9e09e (diff)
downloadupstream-d308479d10f7c40ccff725f6c2252f6c94df0829.tar.gz
upstream-d308479d10f7c40ccff725f6c2252f6c94df0829.tar.bz2
upstream-d308479d10f7c40ccff725f6c2252f6c94df0829.zip
generic: backport regmap reg_base and downshift features
Backport new regmap features from Linux 5.18 which are needed to let mt7530 use pcs-mtk-lynxi. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Diffstat (limited to 'target/linux/generic/hack-5.15')
-rw-r--r--target/linux/generic/hack-5.15/259-regmap_dynamic.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/target/linux/generic/hack-5.15/259-regmap_dynamic.patch b/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
index 6be5875177..76a5ace6f3 100644
--- a/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
+++ b/target/linux/generic/hack-5.15/259-regmap_dynamic.patch
@@ -125,7 +125,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name>
#include <linux/mutex.h>
#include <linux/err.h>
#include <linux/property.h>
-@@ -3341,3 +3342,5 @@ static int __init regmap_initcall(void)
+@@ -3358,3 +3359,5 @@ static int __init regmap_initcall(void)
return 0;
}
postcore_initcall(regmap_initcall);