Drop upstreamed patches: 0001-v6.16-pinctrl-armada-37xx-use-correct-OUTPUT_VAL-register-.patch 0002-v6.16-pinctrl-armada-37xx-set-GPIO-output-value-before-set.patch 820-v6.11-01-dt-bindings-firmware-add-cznic-turris-omnia-mcu-bind.patch 820-v6.11-02-platform-cznic-Add-preliminary-support-for-Turris-Om.patch 820-v6.11-03-platform-cznic-turris-omnia-mcu-Add-support-for-MCU-.patch 820-v6.11-04-platform-cznic-turris-omnia-mcu-Add-support-for-powe.patch 820-v6.11-05-platform-cznic-turris-omnia-mcu-Add-support-for-MCU-.patch 820-v6.11-06-platform-cznic-turris-omnia-mcu-Add-support-for-MCU-.patch 820-v6.11-07-ARM-dts-turris-omnia-Add-MCU-system-controller-node.patch 820-v6.11-08-ARM-dts-turris-omnia-Add-GPIO-key-node-for-front-but.patch 820-v6.11-09-platform-cznic-turris-omnia-mcu-Depend-on-OF.patch 820-v6.11-10-platform-cznic-turris-omnia-mcu-Depend-on-WATCHDOG.patch 820-v6.11-11-platform-cznic-turris-omnia-mcu-fix-Kconfig-dependen.patch Manually refreshed: 310-linksys-use-eth0-as-cpu-port.patch 350-drivers-thermal-step_wise-add-support-for-hysteresis.patch 901-dt-bindings-Add-IEI-vendor-prefix-and-IEI-WT61P803-P.patch 902-drivers-mfd-Add-a-driver-for-IEI-WT61P803-PUZZLE-MCU.patch 910-drivers-leds-wt61p803-puzzle-improvements.patch All other patches automatically refreshed. Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> Link: https://github.com/openwrt/openwrt/pull/18975 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
37 lines
1 KiB
Diff
37 lines
1 KiB
Diff
From 258233f00bcd013050efee00c5d9128ef8cd62dd Mon Sep 17 00:00:00 2001
|
|
From: Tad <tad@spotco.us>
|
|
Date: Fri, 5 Feb 2021 22:32:11 -0500
|
|
Subject: [PATCH] ARM: dts: armada-xp-linksys-mamba: Increase kernel
|
|
partition to 4MB
|
|
|
|
Signed-off-by: Tad Davanzo <tad@spotco.us>
|
|
---
|
|
arch/arm/boot/dts/marvell/armada-xp-linksys-mamba.dts | 8 ++++----
|
|
1 file changed, 4 insertions(+), 4 deletions(-)
|
|
|
|
--- a/arch/arm/boot/dts/marvell/armada-xp-linksys-mamba.dts
|
|
+++ b/arch/arm/boot/dts/marvell/armada-xp-linksys-mamba.dts
|
|
@@ -452,9 +452,9 @@
|
|
reg = <0xa00000 0x2800000>; /* 40MB */
|
|
};
|
|
|
|
- partition@d00000 {
|
|
+ partition@e00000 {
|
|
label = "rootfs1";
|
|
- reg = <0xd00000 0x2500000>; /* 37MB */
|
|
+ reg = <0xe00000 0x2400000>; /* 36MB */
|
|
};
|
|
|
|
/* kernel2 overlaps with rootfs2 by design */
|
|
@@ -463,9 +463,9 @@
|
|
reg = <0x3200000 0x2800000>; /* 40MB */
|
|
};
|
|
|
|
- partition@3500000 {
|
|
+ partition@3600000 {
|
|
label = "rootfs2";
|
|
- reg = <0x3500000 0x2500000>; /* 37MB */
|
|
+ reg = <0x3600000 0x2400000>; /* 36MB */
|
|
};
|
|
|
|
/*
|