diff mbox series

arm64: dts: renesas: white-hawk: add missing bootargs

Message ID 878rmxf5fk.wl-kuninori.morimoto.gx@renesas.com (mailing list archive)
State Superseded
Delegated to: Geert Uytterhoeven
Headers show
Series arm64: dts: renesas: white-hawk: add missing bootargs | expand

Commit Message

Kuninori Morimoto Sept. 6, 2022, 5:16 a.m. UTC
From: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>

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>
---
 arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts | 1 +
 1 file changed, 1 insertion(+)

Comments

Kuninori Morimoto Sept. 6, 2022, 5:17 a.m. UTC | #1
Hi Geert

> 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>
> ---

The git log was wrong, please drop this patch

Thank you for your help !!

Best regards
---
Kuninori Morimoto
diff mbox series

Patch

diff --git a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts
index bc0ac109b17c..34b018cd0c9c 100644
--- a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts
+++ b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk.dts
@@ -17,6 +17,7 @@  aliases {
 	};
 
 	chosen {
+		bootargs = "ignore_loglevel rw root=/dev/nfs ip=on";
 		stdout-path = "serial0:921600n8";
 	};
 };