public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: "Sören Moch" <smoch@web.de>
To: Marcel Ziswiler <marcel@ziswiler.com>, u-boot@lists.denx.de
Cc: Marcel Ziswiler <marcel.ziswiler@toradex.com>,
	Fabio Estevam <festevam@gmail.com>,
	"NXP i.MX U-Boot Team" <uboot-imx@nxp.com>,
	Stefano Babic <sbabic@denx.de>
Subject: Re: [PATCH v2 15/16] tbs2910: revert prepare to synchronise device trees with linux
Date: Mon, 24 Oct 2022 11:02:34 +0200	[thread overview]
Message-ID: <7122575d-a219-3f67-dfbf-5729641d6cf1@web.de> (raw)
In-Reply-To: <20221022215945.84052-16-marcel@ziswiler.com>

On 22.10.22 23:59, Marcel Ziswiler wrote:
> From: Marcel Ziswiler <marcel.ziswiler@toradex.com>
>
> Now with all synchonised revert
> "tbs2910: prepare to synchronise device trees with linux".
>
> This reverts commit 50b229523bbc5511e1bace34df779f84950bf872.
>
> Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Acked-by: Soeren Moch <smoch@web.de>
> ---
>
> (no changes since v1)
>
>   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 d48719e7d5..65ab052ac2 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+
>
> -&{/soc/bus@2000000} { /* AIPS1 */
> +&aips1 {
>   	u-boot,dm-pre-reloc;
>   };
>
> @@ -8,7 +8,7 @@
>   	u-boot,dm-pre-reloc;
>   };
>
> -&{/soc} {
> +&soc {
>   	u-boot,dm-pre-reloc;
>   };
>


  parent reply	other threads:[~2022-10-24  9:02 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-10-22 21:59 [PATCH v2 00/16] arm: dts: imx: sync device trees with upstream linux kernel part 2 Marcel Ziswiler
2022-10-22 21:59 ` [PATCH v2 01/16] imx7ulp: synchronise device tree with linux Marcel Ziswiler
2022-10-24 13:54   ` sbabic
2022-10-22 21:59 ` [PATCH v2 02/16] imx7d: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 03/16] imx6ul: " Marcel Ziswiler
2022-10-24 13:56   ` sbabic
2022-10-22 21:59 ` [PATCH v2 04/16] imx6ull: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 05/16] imx6ulz: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 06/16] imx6sx: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 07/16] imx6sll: " Marcel Ziswiler
2022-10-24 13:56   ` sbabic
2022-10-22 21:59 ` [PATCH v2 08/16] imx6sl: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 09/16] imx6qp: " Marcel Ziswiler
2022-10-24 13:56   ` sbabic
2022-10-22 21:59 ` [PATCH v2 10/16] imx6qdl: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 11/16] imx53: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 12/16] imx51: " Marcel Ziswiler
2022-10-24 13:55   ` sbabic
2022-10-22 21:59 ` [PATCH v2 13/16] imx28: " Marcel Ziswiler
2022-10-24 13:54   ` sbabic
2022-10-22 21:59 ` [PATCH v2 14/16] imx23: " Marcel Ziswiler
2022-10-24 13:54   ` sbabic
2022-10-22 21:59 ` [PATCH v2 16/16] imx28: avoid num_cs and spi_max_frequency build errors Marcel Ziswiler
2022-10-24 13:55   ` sbabic
     [not found] ` <20221022215945.84052-16-marcel@ziswiler.com>
2022-10-24  9:02   ` Sören Moch [this message]
2022-10-24 16:19     ` [PATCH v2 15/16] tbs2910: revert prepare to synchronise device trees with linux Marcel Ziswiler

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=7122575d-a219-3f67-dfbf-5729641d6cf1@web.de \
    --to=smoch@web.de \
    --cc=festevam@gmail.com \
    --cc=marcel.ziswiler@toradex.com \
    --cc=marcel@ziswiler.com \
    --cc=sbabic@denx.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