diff options
author | 2022-09-13 02:06:55 +0000 | |
---|---|---|
committer | 2022-09-19 13:53:46 +0200 | |
commit | 567934a8c3cc8a53bb1ebbbc28ffcedf88f0a864 (patch) | |
tree | 47779cd462b6a7ba62b301fa18e950b598358c7f | |
parent | arm64: dts: renesas: spider: Move aliases and chosen (diff) | |
download | wireguard-linux-567934a8c3cc8a53bb1ebbbc28ffcedf88f0a864.tar.xz wireguard-linux-567934a8c3cc8a53bb1ebbbc28ffcedf88f0a864.zip |
arm64: dts: renesas: spider-cpu: Add missing bootargs
This patch adds missing bootargs for R-Car 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>
Link: https://lore.kernel.org/r/87leqo58ox.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi index d4e087d1159c..a45df1041705 100644 --- a/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779f0-spider-cpu.dtsi @@ -17,6 +17,7 @@ }; chosen { + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; stdout-path = "serial0:115200n8"; }; |