aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch
diff options
context:
space:
mode:
authorJohn Crispin <john@phrozen.org>2020-09-01 09:09:13 +0200
committerJohn Crispin <john@phrozen.org>2020-09-01 09:09:13 +0200
commit4841ac042e00df7e29d305eb92f68994ebc739fd (patch)
treef0e4a290859b2b68958ee64a61263f1a04ab4c1d /target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch
parent2ddd8387a7031c1ed62cfdf027b6cab25bc03b08 (diff)
downloadupstream-4841ac042e00df7e29d305eb92f68994ebc739fd.tar.gz
upstream-4841ac042e00df7e29d305eb92f68994ebc739fd.tar.bz2
upstream-4841ac042e00df7e29d305eb92f68994ebc739fd.zip
mediatek: pull in some fixes fromt he latest SDK
Signed-off-by: John Crispin <john@phrozen.org>
Diffstat (limited to 'target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch')
-rw-r--r--target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch23
1 files changed, 23 insertions, 0 deletions
diff --git a/target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch b/target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch
new file mode 100644
index 0000000000..eba3caf9aa
--- /dev/null
+++ b/target/linux/mediatek/patches-5.4/1003-dts-mt7622-rfb-change-to-ax-mtd-layout.patch
@@ -0,0 +1,23 @@
+--- a/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts 2020-07-16 16:31:01.073767264 +0800
++++ b/arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts 2020-07-16 16:33:02.518867067 +0800
+@@ -579,17 +579,17 @@
+
+ factory: partition@1c0000 {
+ label = "Factory";
+- reg = <0x1c0000 0x0040000>;
++ reg = <0x1c0000 0x0100000>;
+ };
+
+ partition@200000 {
+ label = "firmware";
+- reg = <0x200000 0x2000000>;
++ reg = <0x2c0000 0x2000000>;
+ };
+
+ partition@2200000 {
+ label = "User_data";
+- reg = <0x2200000 0x4000000>;
++ reg = <0x22c0000 0x4000000>;
+ };
+ };
+ };