kernel: bump 4.19 to 4.19.88
[openwrt/staging/dedeckeh.git] / target / linux / gemini / patches-4.19 / 0011-ARM-dts-Fix-up-SQ201-flash-access.patch
1 From 186692e51e6c40d8ebd05d25f009098eb00f8110 Mon Sep 17 00:00:00 2001
2 From: Linus Walleij <linus.walleij@linaro.org>
3 Date: Fri, 19 Oct 2018 09:00:51 +0200
4 Subject: [PATCH 11/18] ARM: dts: Fix up SQ201 flash access
5
6 This sets the partition information on the SQ201 to be read
7 out from the RedBoot partition table, removes the static
8 partition table and sets our boot options to mount root from
9 /dev/mtdblock2 where the initramfs resides.
10
11 Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
12 ---
13 arch/arm/boot/dts/gemini-sq201.dts | 37 ++++--------------------------
14 1 file changed, 5 insertions(+), 32 deletions(-)
15
16 --- a/arch/arm/boot/dts/gemini-sq201.dts
17 +++ b/arch/arm/boot/dts/gemini-sq201.dts
18 @@ -20,7 +20,7 @@
19 };
20
21 chosen {
22 - bootargs = "console=ttyS0,115200n8 root=/dev/mtdblock2 rw rootfstype=squashfs,jffs2 rootwait";
23 + bootargs = "console=ttyS0,115200n8 root=/dev/mtdblock3 rw rootfstype=squashfs,jffs2 rootwait";
24 stdout-path = &uart0;
25 };
26