Devicetree
 help / color / mirror / Atom feed
* [PATCH] arm64: dts: ti: k3-am642-evm/sk: Set serial console settings for stdout-path
@ 2024-06-17 20:51 Jonathan Humphreys
  2024-06-27 12:57 ` Nishanth Menon
  0 siblings, 1 reply; 2+ messages in thread
From: Jonathan Humphreys @ 2024-06-17 20:51 UTC (permalink / raw)
  To: Vignesh Raghavendra, Nishanth Menon
  Cc: Conor Dooley, Krzysztof Kozlowski, Rob Herring, linux-kernel,
	devicetree, linux-arm-kernel, Tero Kristo, Andrew Davis,
	Jonathan Humphreys

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2024-06-27 12:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-17 20:51 [PATCH] arm64: dts: ti: k3-am642-evm/sk: Set serial console settings for stdout-path Jonathan Humphreys
2024-06-27 12:57 ` Nishanth Menon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox