From: Jonathan Humphreys <j-humphreys@ti.com>
To: Vignesh Raghavendra <vigneshr@ti.com>, Nishanth Menon <nm@ti.com>
Cc: Conor Dooley <conor+dt@kernel.org>,
Krzysztof Kozlowski <krzk+dt@kernel.org>,
Rob Herring <robh@kernel.org>, <linux-kernel@vger.kernel.org>,
<devicetree@vger.kernel.org>,
<linux-arm-kernel@lists.infradead.org>,
Tero Kristo <kristo@kernel.org>, Andrew Davis <afd@ti.com>,
Jonathan Humphreys <j-humphreys@ti.com>
Subject: [PATCH] arm64: dts: ti: k3-am642-evm/sk: Set serial console settings for stdout-path
Date: Mon, 17 Jun 2024 15:51:43 -0500 [thread overview]
Message-ID: <20240617205143.3147509-1-j-humphreys@ti.com> (raw)
Set serial console UART settings in the DT so that generic distros will
work even if the OS loader doesn't explicitly pass it.
Signed-off-by: Jonathan Humphreys <j-humphreys@ti.com>
---
arch/arm64/boot/dts/ti/k3-am642-evm.dts | 2 +-
arch/arm64/boot/dts/ti/k3-am642-sk.dts | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/arm64/boot/dts/ti/k3-am642-evm.dts b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
index e20e4ffd0f1f..d63293d85d5f 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-evm.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-evm.dts
@@ -18,7 +18,7 @@ / {
model = "Texas Instruments AM642 EVM";
chosen {
- stdout-path = &main_uart0;
+ stdout-path = "serial2:115200n8";
};
aliases {
diff --git a/arch/arm64/boot/dts/ti/k3-am642-sk.dts b/arch/arm64/boot/dts/ti/k3-am642-sk.dts
index 5b028b3a3192..c23730c395b5 100644
--- a/arch/arm64/boot/dts/ti/k3-am642-sk.dts
+++ b/arch/arm64/boot/dts/ti/k3-am642-sk.dts
@@ -18,7 +18,7 @@ / {
model = "Texas Instruments AM642 SK";
chosen {
- stdout-path = &main_uart0;
+ stdout-path = "serial2:115200n8";
};
aliases {
--
2.34.1
next reply other threads:[~2024-06-17 20:52 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-17 20:51 Jonathan Humphreys [this message]
2024-06-27 12:57 ` [PATCH] arm64: dts: ti: k3-am642-evm/sk: Set serial console settings for stdout-path Nishanth Menon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240617205143.3147509-1-j-humphreys@ti.com \
--to=j-humphreys@ti.com \
--cc=afd@ti.com \
--cc=conor+dt@kernel.org \
--cc=devicetree@vger.kernel.org \
--cc=kristo@kernel.org \
--cc=krzk+dt@kernel.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nm@ti.com \
--cc=robh@kernel.org \
--cc=vigneshr@ti.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox