пн, 31 бер. 2025 р. о 08:42 Svyatoslav Ryhel <clamo...@gmail.com> пише: > > нд, 30 бер. 2025 р. о 22:27 Artur Kowalski <arturkow2...@gmail.com> пише: > > > > UART-A can be exposed through uSD, this was tested on Transformer T20 > > but should work on all Ventana-based boards. > > > > TX is exported on SDD pingroup corresponding to uSD CLK pin > > RX is exported on SDB which is CMD pin in uSD slot > > > > Signed-off-by: Artur Kowalski <arturkow2...@gmail.com> > > --- > > > > Changes in v2: > > - fixed indentation of preprocessor directives > > > > arch/arm/include/asm/arch-tegra20/funcmux.h | 1 + > > arch/arm/mach-tegra/board.c | 2 ++ > > arch/arm/mach-tegra/tegra20/Kconfig | 3 +++ > > drivers/pinctrl/tegra/funcmux-tegra20.c | 9 ++++++++- > > 4 files changed, 14 insertions(+), 1 deletion(-) > > > > Reviewed-by: Svyatoslav Ryhel <clamo...@gmail.com>
Applied to u-boot-tegra/staging. Thank you.