All of lore.kernel.org
 help / color / mirror / Atom feed
From: Adam Ford <aford173@gmail.com>
To: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Cc: "ariel.dalessandro@collabora.com"
	<ariel.dalessandro@collabora.com>,
	 "uboot-imx@nxp.com" <uboot-imx@nxp.com>,
	"festevam@gmail.com" <festevam@gmail.com>,
	 "peng.fan@nxp.com" <peng.fan@nxp.com>,
	"sbabic@denx.de" <sbabic@denx.de>,
	 "michael@amarulasolutions.com" <michael@amarulasolutions.com>,
	 "tharvey@gateworks.com" <tharvey@gateworks.com>,
	"u-boot@lists.denx.de" <u-boot@lists.denx.de>
Subject: Re: [PATCH v1 21/26] imx8mn: synchronise device tree with linux
Date: Fri, 12 Aug 2022 07:49:06 -0500	[thread overview]
Message-ID: <CAHCN7xK-5r4iFfG4gL6zEuhUf0Rnr6ZBtK2BNrw_NQ0SD973vg@mail.gmail.com> (raw)
In-Reply-To: <ad3931b3e8d961ee2cf499f7e78e86b8fd1c8168.camel@toradex.com>

On Wed, Aug 3, 2022 at 8:02 AM Marcel Ziswiler
<marcel.ziswiler@toradex.com> wrote:
>
> Hi Adam
>
> On Sun, 2022-07-31 at 11:58 -0500, Adam Ford wrote:
> > On Thu, Jul 21, 2022 at 8:44 AM Marcel Ziswiler <marcel@ziswiler.com> wrote:
> > >
> > > From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > >
> > > Synchronise device tree with linux v5.19-rc5.
> > >
> > > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> >
> > For what it's worth to others who may have been impacted,  this patch
> > broke my nano booting because the imx8mn.dtsi now has the UART's as
> > subnodes to spba1 which wasn't being included in SPL's device tree.
> > It's likely to impact others who are booting with DM_SERIAL enabled on
> > their Nano.
>
> Sorry about that.
>
> > To fix, I had to add a small line of code to my
> > imx8mn-beacon-kit-u-boot.dtsi file with the following:
> >
> > &spba1 {
> >        u-boot,dm-spl;
> > };
> >
> > With that, my board boots again.  If anyone else is using DM_SERIAL
> > and having issues no longer starting, give that a try.
> >
> > Since there are few  nano boards with common -u-boot.dtsi entries, it
> > seems like it makes sense to have a common imx8mn-u-boot.dtsi file
> > like we do for Mini and Plus.  I'll try to work on that as I have
> > time. (hopefully today)
>
> Thanks for your help in correcting this.

Marcel,

Have you seen the patch series I posted at [1]?
I know Tim Harvey replied  'tested-by' to the cover letter.  Might you
have a chance to test it?

[1] - https://patchwork.ozlabs.org/project/uboot/list/?series=312016
>
> Cheers
>
> Marcel

  reply	other threads:[~2022-08-12 12:49 UTC|newest]

Thread overview: 72+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-21 13:27 [PATCH v1 00/26] arm: dts: imx: sync device trees with upstream linux kernel ones Marcel Ziswiler
2022-07-21 13:27 ` [PATCH v1 01/26] board/BuR/brppt2: fix pwms property warning Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 02/26] imx6: aristainetos: fix pwms property warnings Marcel Ziswiler
2022-07-22  5:18   ` Heiko Schocher
2022-07-25 16:40   ` sbabic
2022-07-21 13:27 ` [PATCH v1 03/26] tbs2910: prepare to synchronise device trees with linux Marcel Ziswiler
2022-07-21 17:20   ` Soeren Moch
2022-07-21 18:56     ` Marcel Ziswiler
2022-07-21 19:18       ` Fabio Estevam
2022-08-03 12:50         ` Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-25 21:55     ` Soeren Moch
2022-07-21 13:27 ` [PATCH v1 04/26] imx6dl/imx6qdl: " Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:27 ` [PATCH v1 05/26] apalis_imx6: synchronise device tree " Marcel Ziswiler
2022-07-25 16:40   ` sbabic
2022-07-21 13:27 ` [PATCH v1 06/26] colibri_imx6: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 07/26] imx: mx6ul_14x14_evk: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:27 ` [PATCH v1 08/26] imx6ul/imx6ull: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-08-01  8:08   ` Frieder Schrempf
2022-08-01 11:26     ` Stefano Babic
2022-08-03 12:58     ` Marcel Ziswiler
2022-08-03 13:02       ` Stefano Babic
2022-08-03 13:21         ` Frieder Schrempf
2022-08-23 14:37           ` Frieder Schrempf
2022-07-21 13:27 ` [PATCH v1 09/26] colibri-imx6ull/-emmc: synchronise device tree " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 10/26] imx: imx7-cm: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 11/26] imx: imx7d-sdb: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:27 ` [PATCH v1 12/26] imx7s/d: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 13/26] colibri-imx7d/-emmc: synchronise device tree " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:27 ` [PATCH v1 14/26] ARM: DTS: bk4r1/pcm052: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:27 ` [PATCH v1 15/26] vf500/vf610: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 16/26] colibri_vf: synchronise device tree " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 17/26] imx8mm-venice-gw700x: prepare to synchronise device trees " Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:27 ` [PATCH v1 18/26] imx8mm: synchronise device tree " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:27 ` [PATCH v1 19/26] imx8mm-kontron-n801x-s-lvds: fix pwms property warnings Marcel Ziswiler
2022-07-25 16:40   ` sbabic
2022-07-21 13:41 ` [PATCH v1 20/26] imx8mm-mx8menlo/verdin-imx8mm: synchronise device tree with linux Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:43 ` [PATCH v1 21/26] imx8mn: " Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-31 16:58   ` Adam Ford
2022-08-03 13:02     ` Marcel Ziswiler
2022-08-12 12:49       ` Adam Ford [this message]
2022-08-12 13:02         ` Francesco Dolcini
2022-07-21 13:44 ` [PATCH v1 22/26] imx8mp: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-07-21 13:45 ` [PATCH v1 23/26] imx8mp-rsb3720-a1: fix pwms property warnings Marcel Ziswiler
2022-07-25 16:42   ` sbabic
2022-07-21 13:46 ` [PATCH v1 24/26] verdin-imx8mp: synchronise device tree with linux Marcel Ziswiler
2022-07-25 16:41   ` sbabic
2022-07-21 13:47 ` [PATCH v1 25/26] imx8mq: " Marcel Ziswiler
2022-07-25 16:39   ` sbabic
2022-09-06 12:36   ` Heiko Thiery
2022-09-06 14:05     ` Marcel Ziswiler
2022-09-06 14:32       ` Heiko Thiery
2022-07-21 13:48 ` [PATCH v1 26/26] board: toradex: apalis-imx8: fix file names in maintainers Marcel Ziswiler
2022-07-25 16:41   ` sbabic

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=CAHCN7xK-5r4iFfG4gL6zEuhUf0Rnr6ZBtK2BNrw_NQ0SD973vg@mail.gmail.com \
    --to=aford173@gmail.com \
    --cc=ariel.dalessandro@collabora.com \
    --cc=festevam@gmail.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=michael@amarulasolutions.com \
    --cc=peng.fan@nxp.com \
    --cc=sbabic@denx.de \
    --cc=tharvey@gateworks.com \
    --cc=u-boot@lists.denx.de \
    --cc=uboot-imx@nxp.com \
    /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.