public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Andre Przywara <andre.przywara@arm.com>
To: u-boot@lists.denx.de
Subject: [PATCH v2 3/7] arm: juno: Fix UART clock rate
Date: Tue,  7 Apr 2020 12:12:32 +0100	[thread overview]
Message-ID: <20200407111236.14930-4-andre.przywara@arm.com> (raw)
In-Reply-To: <20200407111236.14930-1-andre.przywara@arm.com>

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
---
 include/configs/vexpress_aemv8a.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/configs/vexpress_aemv8a.h b/include/configs/vexpress_aemv8a.h
index fe929f9d5b..403fde00de 100644
--- a/include/configs/vexpress_aemv8a.h
+++ b/include/configs/vexpress_aemv8a.h
@@ -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
-- 
2.14.5

  parent reply	other threads:[~2020-04-07 11:12 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-04-07 11:12 [PATCH v2 0/7] Arm Juno board OF_CONTROL upgrade Andre Przywara
2020-04-07 11:12 ` [PATCH v2 1/7] arm: juno: Fix Juno address variables Andre Przywara
2020-04-07 11:12 ` [PATCH v2 2/7] uart: pl011: Add proper DM clock support Andre Przywara
2020-04-24 14:51   ` Tom Rini
2020-04-27 12:21     ` André Przywara
2020-04-07 11:12 ` Andre Przywara [this message]
2020-04-07 11:12 ` [PATCH v2 4/7] arm: juno: Enable OF_CONTROL Andre Przywara
2020-04-07 11:12 ` [PATCH v2 5/7] arm: juno: Use PSCI based reset Andre Przywara
2020-04-07 11:12 ` [PATCH v2 6/7] arm: juno: enable USB Andre Przywara
2020-04-07 11:12 ` [PATCH v2 7/7] arm: vexpress64: Remove unneeded CONFIG_ check Andre Przywara
2020-04-12 20:29   ` Linus Walleij

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20200407111236.14930-4-andre.przywara@arm.com \
    --to=andre.przywara@arm.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox