[PATCH 3/4] ARM: tegra: expose UART-A over uSD on Transformer T20

Artur Kowalski arturkow2000 at gmail.com
Tue Mar 18 09:30:46 CET 2025


Default pinmux setting using IRTX and IRRX pins doesn't seem ever used.
Change that to SDB and SDD pins, so that the device can be debugged
through uSD slot when UART is set to UART-A.

Signed-off-by: Artur Kowalski <arturkow2000 at gmail.com>
---

 arch/arm/mach-tegra/tegra20/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm/mach-tegra/tegra20/Kconfig b/arch/arm/mach-tegra/tegra20/Kconfig
index 3349f1e2786..aa98b4d3d5f 100644
--- a/arch/arm/mach-tegra/tegra20/Kconfig
+++ b/arch/arm/mach-tegra/tegra20/Kconfig
@@ -57,6 +57,7 @@ config TARGET_TEC
 config TARGET_TRANSFORMER_T20
 	bool "Asus Tegra20 Transformer board"
 	select BOARD_LATE_INIT
+	select TEGRA_UARTA_SDB_SDD
 
 config TARGET_TRIMSLICE
 	bool "Compulab TrimSlice board"
-- 
2.48.1



More information about the U-Boot mailing list