All of lore.kernel.org
 help / color / mirror / Atom feed
From: Simon Glass <sjg@chromium.org>
To: Fabio Estevam <festevam@gmail.com>
Cc: U-Boot Mailing List <u-boot@lists.denx.de>,
	Tom Rini <trini@konsulko.com>,  Marek Vasut <marex@denx.de>,
	Soeren Moch <smoch@web.de>,
	Pavel Herrmann <morpheus.ibis@gmail.com>
Subject: Re: [PATCH] dm: Add docs to explain how to enable DM_SERIAL for a board
Date: Wed, 16 Mar 2022 10:15:22 +1300	[thread overview]
Message-ID: <CAPnjgZ1iZtTRh7AHuPDhNLZzFFCx2cdotYMP4RLJ3EF90N8S7Q@mail.gmail.com> (raw)
In-Reply-To: <CAOMZO5DMy1RdwzxxVd=MEcSR_98HRCia_9YaG3i__M_LJkFLjA@mail.gmail.com>

Hi Fabio,

On Tue, 15 Mar 2022 at 05:25, Fabio Estevam <festevam@gmail.com> wrote:
>
> Hi Simon,
>
> On Tue, Mar 15, 2022 at 2:54 AM Simon Glass <sjg@chromium.org> wrote:
>
> > +For example, on iMX6::
> > +
> > +   lpuart3: serial@5a090000 {
> > +      compatible = "fsl,imx8qm-lpuart";
>
> I found this part confusing as i.MX6 does not have lpuart.
>
> > +For example, on iMX6, put this in your xxx-u-boot.dtsi file::
> > +
> > +   &pd_dma {
> > +      u-boot,dm-pre-proper;
> > +   };
> > +
> > +   &pd_dma_lpuart3 {
> > +      u-boot,dm-pre-proper;
>
> Same here, these pd_dma and pd_dma_lpuart3 nodes do not exist for i.MX6.

Oh I think I meant iMX8. Would it be OK to just say that in both places?

Regards,
SImon

  parent reply	other threads:[~2022-03-15 21:15 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-03-15  5:53 [PATCH] dm: Add docs to explain how to enable DM_SERIAL for a board Simon Glass
2022-03-15 11:24 ` Fabio Estevam
2022-03-15 13:01   ` Tom Rini
2022-03-15 21:15   ` Simon Glass [this message]
2022-03-16  0:52     ` Fabio Estevam
2022-03-16  2:56       ` Simon Glass

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=CAPnjgZ1iZtTRh7AHuPDhNLZzFFCx2cdotYMP4RLJ3EF90N8S7Q@mail.gmail.com \
    --to=sjg@chromium.org \
    --cc=festevam@gmail.com \
    --cc=marex@denx.de \
    --cc=morpheus.ibis@gmail.com \
    --cc=smoch@web.de \
    --cc=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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.