summaryrefslogtreecommitdiff
path: root/configs/s5p4418_nanopi2_defconfig
diff options
context:
space:
mode:
authorStefan Bosch <stefan_b@posteo.net>2022-12-18 15:26:47 +0300
committerTom Rini <trini@konsulko.com>2023-01-03 00:06:08 +0300
commit28663622cf0767d0c5f31629ab50e34069bf0267 (patch)
tree2cbf4a1055910d1fdff3ef983015ce2be3c81172 /configs/s5p4418_nanopi2_defconfig
parent5745de2c9d4beec60ffd6aa74beef9e4ac415ba5 (diff)
downloadu-boot-28663622cf0767d0c5f31629ab50e34069bf0267.tar.xz
arm: s5p4418: dm_serial: remove old code / add DEBUG_UART
Remove init of UART-clock and UART-reset in arch_cpu_init(). Add DEBUG_UART to s5p4418_nanopi2_defconfig. Signed-off-by: Stefan Bosch <stefan_b@posteo.net>
Diffstat (limited to 'configs/s5p4418_nanopi2_defconfig')
-rw-r--r--configs/s5p4418_nanopi2_defconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/configs/s5p4418_nanopi2_defconfig b/configs/s5p4418_nanopi2_defconfig
index 35e7c88059..0645b09f78 100644
--- a/configs/s5p4418_nanopi2_defconfig
+++ b/configs/s5p4418_nanopi2_defconfig
@@ -11,12 +11,15 @@ CONFIG_ENV_OFFSET=0x2E0200
CONFIG_DM_GPIO=y
CONFIG_DEFAULT_DEVICE_TREE="s5p4418-nanopi2"
CONFIG_SYS_PROMPT="nanopi2# "
+CONFIG_DEBUG_UART_BASE=0xC00A1000
+CONFIG_DEBUG_UART_CLOCK=150000000
CONFIG_TARGET_NANOPI2=y
CONFIG_S5P4418_ONEWIRE=y
CONFIG_ROOT_DEV=1
CONFIG_BOOT_PART=1
CONFIG_ROOT_PART=2
CONFIG_SYS_LOAD_ADDR=0x71080000
+CONFIG_DEBUG_UART=y
CONFIG_SYS_MEMTEST_START=0x71000000
CONFIG_SYS_MEMTEST_END=0xb0000000
CONFIG_HAS_CUSTOM_SYS_INIT_SP_ADDR=y
@@ -54,7 +57,8 @@ CONFIG_MMC_DW=y
CONFIG_PINCTRL=y
CONFIG_DM_PMIC=y
CONFIG_DM_REGULATOR=y
-CONFIG_CONS_INDEX=0
+CONFIG_DEBUG_UART_PL011=y
+CONFIG_DEBUG_UART_SKIP_INIT=y
CONFIG_VIDEO=y
CONFIG_VIDEO_LOGO=y
CONFIG_DISPLAY=y