diff options
author | Kuninori Morimoto <[email protected]> | 2022-09-13 02:07:13 +0000 |
---|---|---|
committer | Geert Uytterhoeven <[email protected]> | 2022-09-19 13:53:46 +0200 |
commit | f4b7dffdc8bdaed2546491c50db6f98286f32738 (patch) | |
tree | f07d9121c88900b043072c4d724a5c033501283e | |
parent | 567934a8c3cc8a53bb1ebbbc28ffcedf88f0a864 (diff) |
arm64: dts: renesas: white-hawk-cpu: Add missing bootargs
This patch adds missing bootargs for R-Car V4H White Hawk board.
Signed-off-by: Kuninori Morimoto <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Geert Uytterhoeven <[email protected]>
-rw-r--r-- | arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi index 77f0130a2f85..895f0bd9f754 100644 --- a/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi +++ b/arch/arm64/boot/dts/renesas/r8a779g0-white-hawk-cpu.dtsi @@ -21,6 +21,7 @@ }; chosen { + bootargs = "ignore_loglevel rw root=/dev/nfs ip=on"; stdout-path = "serial0:921600n8"; }; |