public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Lukasz Majewski <lukma@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 36/41] serial: mxc: add imx53 and imx21 compatible string
Date: Thu, 24 Oct 2019 09:38:50 +0200	[thread overview]
Message-ID: <20191024093850.31a0c00f@jawa> (raw)
In-Reply-To: <ff5c26cdf3bb2d917704e8a3632b732615a98795.1571853833.git.bob.beckett@collabora.com>

Hi Robert,

> Add compatible string for imx53 and imx21.
> 
> Signed-off-by: Robert Beckett <bob.beckett@collabora.com>
> ---
>  drivers/serial/serial_mxc.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/serial/serial_mxc.c b/drivers/serial/serial_mxc.c
> index 42abb96a26..8e19a89151 100644
> --- a/drivers/serial/serial_mxc.c
> +++ b/drivers/serial/serial_mxc.c
> @@ -348,6 +348,8 @@ static const struct udevice_id mxc_serial_ids[] =
> { { .compatible = "fsl,imx6ul-uart" },
>  	{ .compatible = "fsl,imx7d-uart" },
>  	{ .compatible = "fsl,imx6q-uart" },
> +	{ .compatible = "fsl,imx53-uart" },
> +	{ .compatible = "fsl,imx21-uart" },
>  	{ }
>  };
>  #endif

Thanks for your patch. However, please note that it shall be addressed
also to i.MX maintainer (Stefano - CC'ed).

To send patches to correct people (despite the assignment for reviewers
in the patchwork) - please use patman python script. It generates list
of relevant people to receive patch for review.

Best regards,

Lukasz Majewski

--

DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-59 Fax: (+49)-8142-66989-80 Email: lukma at denx.de
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 488 bytes
Desc: OpenPGP digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20191024/381f1f3f/attachment.sig>

  parent reply	other threads:[~2019-10-24  7:38 UTC|newest]

Thread overview: 59+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-10-23 18:21 [U-Boot] [PATCH v2 00/41] convert GE boards to DM Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 01/41] configs: bx50v3: Fix boot hang with video Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 02/41] board: ge: bx50v3: Fix run-time warning Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 03/41] board: ge: bx50v3: Fix message output to video console Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 04/41] configs: ppd: DM for USB and regulators PPD Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 05/41] board: ge: bx50v3: Enable DM for PCI and ethernet Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 06/41] board: ge: pass rtc_status via device tree Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 07/41] board: ge: bx50v3: use imx wdt Robert Beckett
2019-10-23 20:33   ` Fabio Estevam
2019-10-25 17:42     ` Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 08/41] board: ge: mx53ppd: " Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 09/41] board: ge: bx50v3: Add i2c bus description Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 10/41] board: ge: mx53ppd: Add i2c bus descritpion Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 11/41] misc: i2c_eeprom: add fixed partitions support Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 12/41] misc: i2c_eeprom: add size query Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 13/41] board: ge: bx50v3: use DM I2C Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 14/41] board: ge: mx53ppd: " Robert Beckett
2019-10-24 12:21   ` Fabio Estevam
2019-10-25 17:43     ` Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 15/41] board: ge: convert vpd to use i2c eeprom Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 16/41] i2c: add support for offset overflow in to address Robert Beckett
2019-10-30  1:49   ` Simon Glass
2019-10-23 18:21 ` [U-Boot] [PATCH v2 17/41] dm: i2c: EEPROM simulator allow tests visibility of addr and offset Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 18/41] dm: i2c: EEPROM simulator add tests for addr offset mask Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 19/41] misc: i2c_eeprom: set offset len and chip " Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 20/41] bootcount: add a DM i2c eeprom backing store for bootcount Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 21/41] board: ge: bx50v3: add i2c eeprom bootcount storage Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 22/41] board: ge: mx53ppd: " Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 23/41] rtc: rx8010sj: fix DM initialization Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 24/41] board: ge: bx50v3, mx53ppd: use DM rtc Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 25/41] board: ge: bx50v3: use DM i2c for PMIC initialization Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 26/41] board: ge: mx53ppd: remove redundant power config Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 27/41] board: ge: bx50v3, mx53ppd: disable I2C compatibility API Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 28/41] board: ge: mx53ppd: move uart initialisation to own function Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 29/41] board: ge: mx53ppd: enable DM_VIDEO Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 30/41] rtc: s35392a: encode command correctly Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 31/41] board: ge: mx53ppd: fix RTC compatible definition Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 32/41] board: ge: bx50v3: Enable DM PWM for backlight Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 33/41] board: ge: mx53ppd: clean up DM PWM video and backlight Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 34/41] board: ge: mx53ppd: Use DM for ethernet Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 35/41] board: ge: bx50v3: use DM for uart Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 36/41] serial: mxc: add imx53 and imx21 compatible string Robert Beckett
2019-10-23 18:38   ` Fabio Estevam
2019-10-25 17:45     ` Robert Beckett
2019-10-24  7:38   ` Lukasz Majewski [this message]
2019-10-25 17:51     ` Robert Beckett
2019-10-25 20:43       ` Lukasz Majewski
2019-10-23 18:21 ` [U-Boot] [PATCH v2 37/41] board: ge: mx53ppd: use DM for uart Robert Beckett
2019-10-23 18:21 ` [U-Boot] [PATCH v2 38/41] pmic: allow dump command for non contiguous register maps Robert Beckett
2019-10-30 14:02   ` Schrempf Frieder
2019-10-23 18:22 ` [U-Boot] [PATCH v2 39/41] power: pmic: add driver for Dialog DA9063 PMIC Robert Beckett
2019-10-30 14:13   ` Schrempf Frieder
2019-10-23 18:22 ` [U-Boot] [PATCH v2 40/41] power: regulator: " Robert Beckett
2019-10-30 14:15   ` Schrempf Frieder
2019-10-30 14:37     ` Robert Beckett
2019-10-23 18:22 ` [U-Boot] [PATCH v2 41/41] board: ge: bx50v3: use DM PMIC driver Robert Beckett
2019-10-23 20:28 ` [U-Boot] [PATCH v2 00/41] convert GE boards to DM Fabio Estevam
2019-10-24 17:00 ` Fabio Estevam
2019-10-25 17:53   ` Robert Beckett

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=20191024093850.31a0c00f@jawa \
    --to=lukma@denx.de \
    --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