From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
To: "u-boot@lists.denx.de" <u-boot@lists.denx.de>,
"smoch@web.de" <smoch@web.de>
Cc: "festevam@gmail.com" <festevam@gmail.com>,
"uboot-imx@nxp.com" <uboot-imx@nxp.com>,
"sbabic@denx.de" <sbabic@denx.de>
Subject: Re: [PATCH v1 03/26] tbs2910: prepare to synchronise device trees with linux
Date: Thu, 21 Jul 2022 18:56:49 +0000 [thread overview]
Message-ID: <8caefa71bbc9abda00330640d7c2f8041823da28.camel@toradex.com> (raw)
In-Reply-To: <340d9621-a1b8-4442-4837-fd7768078c78@web.de>
On Thu, 2022-07-21 at 19:20 +0200, Soeren Moch wrote:
> On 21.07.22 15:27, Marcel Ziswiler wrote:
> > From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> >
> > As a preparatory step make sure to refer to absolute node paths where
> > labels were removed in Linux upstream.
> Are you sure that this was removed upstream?
Well, removed or never been there and still not there up to and including latest v5.19-rc7.
> It was just submitted for inclusion [1], and may not have landed yet.
Oh, okay. No, haven't seen that one yet. So it might make sense to re-base everything on latest -next then
which would no longer require such change. Let me re-work this in a v2. Thanks!
> Regards,
> Soeren
Cheers
Marcel
> [1]
> https://lore.kernel.org/linux-arm-kernel/20220620003736.GN254723@dragon/T/
> >
> > This avoids the following error once synchronised:
> >
> > +Error: arch/arm/dts/imx6q-tbs2910-u-boot.dtsi:3.1-7 Label or path aips1
> > not found
> > +Error: arch/arm/dts/imx6q-tbs2910-u-boot.dtsi:11.1-5 Label or path soc
> > not found
> >
> > Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
> > ---
> >
> > arch/arm/dts/imx6q-tbs2910-u-boot.dtsi | 4 ++--
> > 1 file changed, 2 insertions(+), 2 deletions(-)
> >
> > diff --git a/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi b/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi
> > index 65ab052ac2c..d48719e7d59 100644
> > --- a/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi
> > +++ b/arch/arm/dts/imx6q-tbs2910-u-boot.dtsi
> > @@ -1,6 +1,6 @@
> > // SPDX-License-Identifier: GPL-2.0+
> >
> > -&aips1 {
> > +&{/soc/bus@2000000} { /* AIPS1 */
> > u-boot,dm-pre-reloc;
> > };
> >
> > @@ -8,7 +8,7 @@
> > u-boot,dm-pre-reloc;
> > };
> >
> > -&soc {
> > +&{/soc} {
> > u-boot,dm-pre-reloc;
> > };
next prev parent reply other threads:[~2022-07-21 18:56 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 [this message]
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
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=8caefa71bbc9abda00330640d7c2f8041823da28.camel@toradex.com \
--to=marcel.ziswiler@toradex.com \
--cc=festevam@gmail.com \
--cc=sbabic@denx.de \
--cc=smoch@web.de \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox