Re: [PATCH v3 3/7] arm: juno: Fix UART clock rate

2020-05-07 Thread Tom Rini
On Mon, Apr 27, 2020 at 07:18:00PM +0100, Andre Przywara wrote: > 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 > Reviewed-by:

Re: [PATCH v3 3/7] arm: juno: Fix UART clock rate

2020-04-28 Thread Simon Glass
On Mon, 27 Apr 2020 at 12:18, Andre Przywara wrote: > > 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 > Reviewed-by: Linus Walle

[PATCH v3 3/7] arm: juno: Fix UART clock rate

2020-04-27 Thread Andre Przywara
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 Reviewed-by: Linus Walleij [1] https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/