mirror of
https://github.com/Fishwaldo/u-boot.git
synced 2025-03-18 21:21:37 +00:00
arm: juno: Fix UART clock rate
The UART base clock rate was typo-ed in the header file, probably because the reference (the Linux .dts) was also wrong[1]. Fix the number to make the baud rate more correct. Signed-off-by: Andre Przywara <andre.przywara@arm.com> Reviewed-by: Linus Walleij <linus.walleij@linaro.org> [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=39a1a8941b2 Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
e3e2d662a2
commit
deaa511d87
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@
|
|||
|
||||
/* PL011 Serial Configuration */
|
||||
#ifdef CONFIG_TARGET_VEXPRESS64_JUNO
|
||||
#define CONFIG_PL011_CLOCK 7273800
|
||||
#define CONFIG_PL011_CLOCK 7372800
|
||||
#else
|
||||
#define CONFIG_PL011_CLOCK 24000000
|
||||
#endif
|
||||
|
|
Loading…
Add table
Reference in a new issue