From 2b1c687001d1a5cec146fc16290a98459cf38962 Mon Sep 17 00:00:00 2001 From: Naina Mehta Date: Mon, 29 Nov 2021 22:18:10 +0530 Subject: [PATCH] ARM: dts: msm: Add bootargs for Parrot Add bootargs for Parrot SoC. Change-Id: Id1da4a7933188bf092789005454c2e129d210c91 --- qcom/parrot.dtsi | 1 + 1 file changed, 1 insertion(+) diff --git a/qcom/parrot.dtsi b/qcom/parrot.dtsi index 479943ea..6593e521 100644 --- a/qcom/parrot.dtsi +++ b/qcom/parrot.dtsi @@ -21,6 +21,7 @@ chosen: chosen { stdout-path = "/soc/qcom,qup_uart@98C000:115200n8"; + bootargs = "console=ttyMSM0,115200n8 loglevel=8 log_buf_len=256K"; }; memory { device_type = "memory"; reg = <0 0 0 0>; };