Message ID | 87leqo58ox.wl-kuninori.morimoto.gx@renesas.com (mailing list archive) |
---|---|
State | Mainlined |
Commit | 94e3336d9dc998b3111fb89416debe080f8ef351 |
Delegated to: | Geert Uytterhoeven |
Headers | show |
Series | [RESEND] arm64: dts: renesas: spider: add missing bootargs | expand |
Hi Morimoto-san, On Tue, Sep 13, 2022 at 3:06 AM Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> wrote: > This patch adds missing bootargs for S4 Spider board. > > One note is that current Spider board doesn't have Ethernet > support yet, but this patch adds standard settings for it, too. > > Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> Thanks for your patch! > --- a/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts > +++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts Just like on White Hawk, I would like to apply this patch to r8a779f0-spider-cpu.dtsi instead. No need to resend. > @@ -19,6 +19,7 @@ aliases { > }; > > chosen { > + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; > stdout-path = "serial0:115200n8"; > }; > }; Reviewed-by: by: Geert Uytterhoeven <geert+renesas@glider.be> Gr{oetje,eeting}s, Geert -- Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- geert@linux-m68k.org In personal conversations with technical people, I call myself a hacker. But when I'm talking to journalists I just say "programmer" or something like that. -- Linus Torvalds
diff --git a/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts b/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts index 7a7c8ffba711..70c081e745bf 100644 --- a/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts +++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider.dts @@ -19,6 +19,7 @@ aliases { }; chosen { + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; stdout-path = "serial0:115200n8"; }; };