gemini: Bump to kernel v6.6
[openwrt/openwrt.git] / target / linux / gemini / patches-6.6 / 300-ARM-dts-Augment-DIR-685-partition-table-for-OpenWrt.patch
1 From c1aa34cd568bc7b86b82353034070c32b6ebe6db Mon Sep 17 00:00:00 2001
2 From: Linus Walleij <linus.walleij@linaro.org>
3 Date: Mon, 11 Mar 2019 15:44:29 +0100
4 Subject: [PATCH] ARM: dts: Augment DIR-685 partition table for OpenWrt
5
6 Rename the firmware partition so that the firmware MTD
7 splitter will do its job, drop the rootfs arguments as
8 the MTD splitter will set this up automatically.
9
10 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
11 ---
12 arch/arm/boot/dts/gemini/gemini-dlink-dir-685.dts | 6 +++---
13 1 file changed, 3 insertions(+), 3 deletions(-)
14
15 --- a/arch/arm/boot/dts/gemini/gemini-dlink-dir-685.dts
16 +++ b/arch/arm/boot/dts/gemini/gemini-dlink-dir-685.dts
17 @@ -20,7 +20,7 @@
18 };
19
20 chosen {
21 - bootargs = "console=ttyS0,19200n8 root=/dev/sda1 rw rootwait consoleblank=300";
22 + bootargs = "console=ttyS0,19200n8 consoleblank=300";
23 stdout-path = "uart0:19200n8";
24 };
25
26 @@ -317,9 +317,9 @@
27 * this is called "upgrade" on the vendor system.
28 */
29 partition@40000 {
30 - label = "upgrade";
31 + compatible = "wrg";
32 + label = "firmware";
33 reg = <0x00040000 0x01f40000>;
34 - read-only;
35 };
36 /* RGDB, Residental Gateway Database? */
37 partition@1f80000 {