arm64: tegra: Update console for Jetson Xavier and Orin

The Tegra Combined UART (TCU) is the default serial interface for Jetson
Xavier and Orin platforms and so update the bootargs for these platforms
to use the TCU.

Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
This commit is contained in:
Jon Hunter
2022-10-28 13:35:56 +01:00
committed by Thierry Reding
parent daf9259976
commit 501c9e7ca6
3 changed files with 3 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8";
bootargs = "console=ttyTCU0,115200n8";
stdout-path = "serial0:115200n8";
};

View File

@@ -20,7 +20,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8";
bootargs = "console=ttyTCU0,115200n8";
stdout-path = "serial0:115200n8";
};

View File

@@ -2025,7 +2025,7 @@
};
chosen {
bootargs = "console=ttyS0,115200n8";
bootargs = "console=ttyTCU0,115200n8";
stdout-path = "serial0:115200n8";
};