diff options
author | Pali Rohár <pali@kernel.org> | 2022-09-09 14:18:48 +0200 |
---|---|---|
committer | Stefan Roese <sr@denx.de> | 2022-09-13 06:38:08 +0200 |
commit | cadda05a763ac5c1b844e6e9b78579ca62103cf3 (patch) | |
tree | de96bdf073528509b06b3e0e83fc7c67c2ce5b36 /arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h | |
parent | 634aa8e586c6cd3c4b8a068586af6f0f86d35572 (diff) |
arm: mvebu: turris_omnia: Allow to use second serial port
Turris Omnia has two serial ports. Both are already specified in device
tree file. But U-Boot by default does not allow to use more than one serial
port unless CONFIG_SERIAL_PROBE_ALL is not enabled.
After enabling CONFIG_SERIAL_PROBE_ALL, U-Boot see also second serial port
(but is inactive by default):
=> coninfo
List of available devices:
serial@12000 00000007 IO stdin stdout stderr
serial@12100 00000007 IO
To allow simultaneously to use more input / output devices it is needed to
enable CONFIG_CONSOLE_MUX option.
With CONFIG_CONSOLE_MUX it is possible to call:
=> setenv stdout 'serial@12000,serial@12100'
And U-Boot output is then visible on both serial ports.
Signed-off-by: Pali Rohár <pali@kernel.org>
Reviewed-by: Stefan Roese <sr@denx.de>
Diffstat (limited to 'arch/arm/mach-stm32mp/cmd_stm32prog/stm32prog.h')
0 files changed, 0 insertions, 0 deletions