From: Simon Glass Date: Mon, 12 Jun 2017 12:21:33 +0000 (-0600) Subject: tegra: nyan-big: Enable the debug UART X-Git-Tag: v2017.09-rc1~214^2~19 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0be3a3b4732a0d66ff12b5e3abb1644fb884f13f;p=u-boot tegra: nyan-big: Enable the debug UART Enable this to allow debugging when the serial UART driver is misconfigured. Signed-off-by: Simon Glass Tested-by: Marcel Ziswiler Tested-on: Beaver, Jetson-TK1 --- diff --git a/configs/nyan-big_defconfig b/configs/nyan-big_defconfig index fb2e4791a5..8ecb56b38d 100644 --- a/configs/nyan-big_defconfig +++ b/configs/nyan-big_defconfig @@ -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