summaryrefslogtreecommitdiff
path: root/configs/sama5d4_xplained_nandflash_defconfig
diff options
context:
space:
mode:
authorWenyou.Yang@microchip.com <Wenyou.Yang@microchip.com>2017-07-28 11:37:26 +0800
committerTom Rini <trini@konsulko.com>2017-08-04 20:38:38 -0400
commitc0667d6c49ff0314bcfe74734c7099c0ffa2ad75 (patch)
tree29bf5def299387ab3e0fa9023d82e44975b346c1 /configs/sama5d4_xplained_nandflash_defconfig
parentfdc77189994b2ac794862f04baea0ecf20da7d36 (diff)
configs: sama5d4_xplained: Fix input clock for debug UART
Fix the UART input clock for the early debug UART, it should be 100MHz, instead of 88MHz. Signed-off-by: Wenyou Yang <wenyou.yang@microchip.com>
Diffstat (limited to 'configs/sama5d4_xplained_nandflash_defconfig')
-rw-r--r--configs/sama5d4_xplained_nandflash_defconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/configs/sama5d4_xplained_nandflash_defconfig b/configs/sama5d4_xplained_nandflash_defconfig
index 764fe31d92..b2079f0009 100644
--- a/configs/sama5d4_xplained_nandflash_defconfig
+++ b/configs/sama5d4_xplained_nandflash_defconfig
@@ -55,7 +55,7 @@ CONFIG_PINCTRL_AT91=y
CONFIG_DM_SERIAL=y
CONFIG_DEBUG_UART_ATMEL=y
CONFIG_DEBUG_UART_BASE=0xfc00c000
-CONFIG_DEBUG_UART_CLOCK=88000000
+CONFIG_DEBUG_UART_CLOCK=100000000
CONFIG_DEBUG_UART_BOARD_INIT=y
CONFIG_DEBUG_UART_ANNOUNCE=y
CONFIG_ATMEL_USART=y