public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 3/7] STiH410: Add STi serial driver
Date: Sun, 5 Feb 2017 17:28:07 -0500	[thread overview]
Message-ID: <20170205222807.GC26129@bill-the-cat> (raw)
In-Reply-To: <1486055625-10095-4-git-send-email-patrice.chotard@st.com>

On Thu, Feb 02, 2017 at 06:13:41PM +0100, patrice.chotard at st.com wrote:

> From: Patrice Chotard <patrice.chotard@st.com>
> 
> This patch adds support to ASC (asynchronous serial controller)
> driver, which is basically a standard serial driver. This IP
> is common across other STMicroelectronics SoCs
> 
> Signed-off-by: Patrice Chotard <patrice.chotard@st.com>
[snip]
> diff --git a/include/configs/stih410-b2260.h b/include/configs/stih410-b2260.h
> index fade7a1..4fea22a 100644
> --- a/include/configs/stih410-b2260.h
> +++ b/include/configs/stih410-b2260.h
> @@ -17,6 +17,7 @@
>  #define CONFIG_SYS_LOAD_ADDR		PHYS_SDRAM_1	/* default load addr */
>  
>  #define CONFIG_BAUDRATE			115200
> +#define CONFIG_SYS_BAUDRATE_TABLE       { 9600, 19200, 38400, 57600, 115200 }

Please use the fallback table from include/config_fallbacks.h, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20170205/54234813/attachment.sig>

  reply	other threads:[~2017-02-05 22:28 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-02-02 17:13 [U-Boot] [PATCH v2 0/7] Add STMicroelectronics STiH410-B2260 board support patrice.chotard at st.com
2017-02-02 17:13 ` [U-Boot] [PATCH v2 1/7] arm: Add support for STMicroelectronics STiH410 soc patrice.chotard at st.com
2017-02-05 22:27   ` Tom Rini
2017-02-06  8:28     ` Patrice CHOTARD
2017-02-02 17:13 ` [U-Boot] [PATCH v2 2/7] board: Add STMicroelectronics STiH410-B2260 support patrice.chotard at st.com
2017-02-05 22:28   ` Tom Rini
2017-02-02 17:13 ` [U-Boot] [PATCH v2 3/7] STiH410: Add STi serial driver patrice.chotard at st.com
2017-02-05 22:28   ` Tom Rini [this message]
2017-02-06  8:46     ` Patrice CHOTARD
2017-02-02 17:13 ` [U-Boot] [PATCH v2 4/7] STiH410: Add STi SDHCI driver patrice.chotard at st.com
2017-02-07 10:42   ` Jaehoon Chung
2017-02-07 12:51     ` Patrice CHOTARD
2017-02-02 17:13 ` [U-Boot] [PATCH v2 5/7] STiH410: add STi pinctrl driver patrice.chotard at st.com
2017-02-05 22:28   ` Tom Rini
2017-02-02 17:13 ` [U-Boot] [PATCH v2 6/7] STiH410-B2260: add device tree patrice.chotard at st.com
2017-02-05 22:28   ` Tom Rini
2017-02-02 17:13 ` [U-Boot] [PATCH v2 7/7] STIH410-B2260: Add STiH410-B2260 defconfig patrice.chotard at st.com
2017-02-05 22:28   ` Tom Rini
2017-02-06  8:04     ` Patrice CHOTARD

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=20170205222807.GC26129@bill-the-cat \
    --to=trini@konsulko.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