]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
tegra: nyan-big: Enable the debug UART
authorSimon Glass <sjg@chromium.org>
Mon, 12 Jun 2017 12:21:33 +0000 (06:21 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 11 Jul 2017 16:08:20 +0000 (10:08 -0600)
Enable this to allow debugging when the serial UART driver is
misconfigured.

Signed-off-by: Simon Glass <sjg@chromium.org>
Tested-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Tested-on: Beaver, Jetson-TK1

configs/nyan-big_defconfig

index fb2e4791a5dbe9e16b0542805ac180bdd12fac7a..8ecb56b38dd86cad0c9f3f4ef833c884a7f126b1 100644 (file)
@@ -46,6 +46,10 @@ CONFIG_PMIC_AS3722=y
 CONFIG_DM_REGULATOR=y
 CONFIG_DM_REGULATOR_FIXED=y
 CONFIG_PWM_TEGRA=y
+CONFIG_DEBUG_UART=y
+CONFIG_DEBUG_UART_BASE=0x70006000
+CONFIG_DEBUG_UART_CLOCK=408000000
+CONFIG_DEBUG_UART_SHIFT=2
 CONFIG_SYS_NS16550=y
 CONFIG_TEGRA114_SPI=y
 CONFIG_TPM_TIS_INFINEON=y